Méthode | Description | |
---|---|---|
GenerateSignature ( string httpMethod, |
Generates the signature from all the parameters passed in
|
Méthode | Description | |
---|---|---|
GenerateHmac ( string signingKey, string baseString ) : string |
Generates a hash based message authentication code based on the signing key and the entire message that has been parameterised and escaped
|
|
NormalizeParams ( string httpMethod, |
Creates a string that represents the HTTP method, the URL and the request body
|
public static GenerateSignature ( string httpMethod, |
||
httpMethod | string | The HTTP method |
url | The URL | |
requestBody | string>.List | The request message body (this will be null on a GET or DELETE) |
signingSecret | string | |
token | string | |
nonce | string | The nonce |
Résultat | string |