Gets base string of the signature for current request (OAuth 1.0).
Namespace: Nemiro.OAuthAssembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
[ObsoleteAttribute("Use a similar method in the OAuthAuthorization class. // v1.5",
false)]
public static string GetSignatureBaseString(
string httpMethod,
string url,
NameValueCollection parameters,
OAuthAuthorization authorization
)
[ObsoleteAttribute("Use a similar method in the OAuthAuthorization class. // v1.5",
false)]
public static string GetSignatureBaseString(
string httpMethod,
string url,
NameValueCollection parameters,
OAuthAuthorization authorization
)
<ObsoleteAttribute("Use a similar method in the OAuthAuthorization class. // v1.5",
false)>
Public Shared Function GetSignatureBaseString (
httpMethod As String,
url As String,
parameters As NameValueCollection,
authorization As OAuthAuthorization
) As String
<ObsoleteAttribute("Use a similar method in the OAuthAuthorization class. // v1.5",
false)>
Public Shared Function GetSignatureBaseString (
httpMethod As String,
url As String,
parameters As NameValueCollection,
authorization As OAuthAuthorization
) As String
Return Value
Type:
StringFor more details, please visit http://tools.ietf.org/html/rfc5849#section-3.4.1.1