OAuthSignature Constructor Nemiro.OAuth
Initializes a new instance of the OAuthSignature class.

Namespace: Nemiro.OAuth
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax

public OAuthSignature(
	string signatureMethod,
	string key,
	string baseString
)

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

ExceptionCondition
NotSupportedException

signatureMethod is not suppored.

See Also