OAuthClient GetSignature Method 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("Use OAuthUtility. // v1.4", false)]
public OAuthSignature GetSignature(
	string httpMethod,
	Uri url,
	string tokenSecret,
	NameValueCollection parameters
)

Return Value

Type: OAuthSignature
See Also