Sets signature.
Namespace: Nemiro.OAuthAssembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
[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
)
[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
)
<ObsoleteAttribute("No need to call this method. Signature is calculated automatically when execute a request. // v1.5",
true)>
Public Sub SetSignature (
httpMethod As String,
url As Uri,
parameters As NameValueCollection
)
<ObsoleteAttribute("No need to call this method. Signature is calculated automatically when execute a request. // v1.5",
true)>
Public Sub SetSignature (
httpMethod As String,
url As Uri,
parameters As NameValueCollection
)