Represents the signature of the request. This is a helper class to simplify debugging.
Inheritance Hierarchy
Nemiro.OAuth OAuthSignature
Namespace: Nemiro.OAuth
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax
The OAuthSignature type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| OAuthSignature |
Initializes a new instance of the OAuthSignature class.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString |
Returns the Value of the current object.
(Overrides Object ToString .) |
Properties
| Name | Description | |
|---|---|---|
| BaseString |
Get base string of the signature.
| |
| Key |
Gets the secret key for encryption.
| |
| SignatureMethod |
Gets the name of hashing algorithm to calculate the signature: HMAC-SHA1 or PLAINTEXT.
| |
| Value |
Gets the signature.
|
See Also