OAuthUtility GetSignatureBaseString Method (String, Uri, NameValueCollection, OAuthAuthorization)Nemiro.OAuth
Gets base string of the signature for current request (OAuth 1.0).

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

[ObsoleteAttribute("Use a similar method in the OAuthAuthorization class. // v1.5", 
	false)]
public static string GetSignatureBaseString(
	string httpMethod,
	Uri url,
	NameValueCollection parameters,
	OAuthAuthorization authorization
)

Return Value

Type: String
Remarks

For more details, please visit http://tools.ietf.org/html/rfc5849#section-3.4.1.1

See Also