OAuthAuthorization SetSignature Method (String, Uri, NameValueCollection)Nemiro.OAuth
Sets signature.

Namespace: Nemiro.OAuth
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax

[ObsoleteAttribute("No need to call this method. Signature is calculated automatically when execute a request. // v1.5", 
	true)]
public void SetSignature(
	string httpMethod,
	Uri url,
	NameValueCollection parameters
)
See Also