The OAuthSignature type exposes the following members.
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