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,
string url,
string applicationSecret,
string tokenSecret,
HttpParameterCollection parameters
)
[ObsoleteAttribute("No need to call this method. Signature is calculated automatically when execute a request. // v1.5",
true)]
public void SetSignature(
string httpMethod,
string url,
string applicationSecret,
string tokenSecret,
HttpParameterCollection 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 String,
applicationSecret As String,
tokenSecret As String,
parameters As HttpParameterCollection
)
<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 String,
applicationSecret As String,
tokenSecret As String,
parameters As HttpParameterCollection
)