The OAuthAuthorization type exposes the following members.
| Name | Description |
---|
 | Equals | (Inherited from Object.) |
 | Finalize | (Inherited from Object.) |
 | GetHashCode | (Inherited from Object.) |
  | GetSignatureBaseString(String, String, NameValueCollection, OAuthAuthorization) |
Gets base string of the signature for current request (OAuth 1.0).
|
  | GetSignatureBaseString(String, Uri, NameValueCollection, OAuthAuthorization) |
Gets base string of the signature for current request (OAuth 1.0).
|
 | GetType | (Inherited from Object.) |
 | MemberwiseClone | (Inherited from Object.) |
 | Remove |
Removes the value with the specified key from the Value.
(Inherited from HttpAuthorization.) |
 | SetSignature(String, String, NameValueCollection) | Obsolete.
Sets signature.
|
 | SetSignature(String, Uri, NameValueCollection) | Obsolete.
Sets signature.
|
 | SetSignature(String, String, String, String, HttpParameterCollection) | Obsolete.
Sets signature.
|
 | SetSignature(String, Uri, String, String, NameValueCollection) | Obsolete.
Sets signature.
|
 | ToString |
Returns OAuth string of the current object for Authorization header.
(Inherited from HttpAuthorization.) |
Top