OAuthSignature ClassNemiro.OAuth
Represents the signature of the request. This is a helper class to simplify debugging.
Inheritance Hierarchy

System Object
  Nemiro.OAuth OAuthSignature

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

public class OAuthSignature

The OAuthSignature type exposes the following members.

Constructors

  NameDescription
Public methodOAuthSignature
Initializes a new instance of the OAuthSignature class.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns the Value of the current object.
(Overrides Object ToString .)
Top
Properties

  NameDescription
Public propertyBaseString
Get base string of the signature.
Public propertyKey
Gets the secret key for encryption.
Public propertySignatureMethod
Gets the name of hashing algorithm to calculate the signature: HMAC-SHA1 or PLAINTEXT.
Public propertyValue
Gets the signature.
Top
See Also