OAuthUtility GetSignature Method (String, String, String, String, NameValueCollection, OAuthAuthorization)Nemiro.OAuth
Gets signature for the current request.

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

[ObsoleteAttribute("Is no longer used. // v1.5", false)]
public static OAuthSignature GetSignature(
	string httpMethod,
	string url,
	string applicationSecret,
	string tokenSecret,
	NameValueCollection parameters,
	OAuthAuthorization authorization
)

Return Value

Type: OAuthSignature
See Also