OAuthSignature PropertiesNemiro.OAuth

The OAuthSignature type exposes the following members.

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