Initializes a new instance of the OAuthSignature class.
Namespace: Nemiro.OAuthAssembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax
Parameters
- signatureMethod
- Type: System String
The name of hashing algorithm to calculate the signature: HMAC-SHA1 (default) or PLAINTEXT.
- key
- Type: System String
The secret key for encryption.
- baseString
- Type: System String
Base string of the signature.
Exceptions
Exception | Condition |
---|---|
NotSupportedException | signatureMethod is not suppored. |
See Also