OAuthAuthorization MethodsNemiro.OAuth

The OAuthAuthorization type exposes the following members.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodStatic memberGetSignatureBaseString(String, String, NameValueCollection, OAuthAuthorization)
Gets base string of the signature for current request (OAuth 1.0).
Public methodStatic memberGetSignatureBaseString(String, Uri, NameValueCollection, OAuthAuthorization)
Gets base string of the signature for current request (OAuth 1.0).
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Removes the value with the specified key from the Value.
(Inherited from HttpAuthorization.)
Public methodSetSignature(String, String, NameValueCollection)Obsolete.
Sets signature.
Public methodSetSignature(String, Uri, NameValueCollection)Obsolete.
Sets signature.
Public methodSetSignature(String, String, String, String, HttpParameterCollection)Obsolete.
Sets signature.
Public methodSetSignature(String, Uri, String, String, NameValueCollection)Obsolete.
Sets signature.
Public methodToString
Returns OAuth string of the current object for Authorization header.
(Inherited from HttpAuthorization.)
Top
See Also