Метод | Описание | |
---|---|---|
GenerateSignature ( string httpMethod, |
Generates a signature using the specified signatureType
|
Метод | Описание | |
---|---|---|
GenerateSignatureBase ( string httpMethod, |
Generate the signature base that is used to produce the signature
|
public static GenerateSignature ( string httpMethod, |
||
httpMethod | string | The http method used |
url | The full url to be signed | |
parametersIn | The collection of parameters to sign | |
consumerSecret | string | The OAuth consumer secret used to generate the signature |
Результат | string |