OAuthAuthorization ClassNemiro.OAuth
Represents authorization parameters for OAuth 1.0.
Inheritance Hierarchy

System Object
  Nemiro.OAuth HttpAuthorization
    Nemiro.OAuth OAuthAuthorization

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

public class OAuthAuthorization : HttpAuthorization

The OAuthAuthorization type exposes the following members.

Constructors

  NameDescription
Public methodOAuthAuthorization 
Initializes a new instance of the OAuthAuthorization class.
Public methodOAuthAuthorization(UniValue)
Initializes a new instance of the OAuthAuthorization class with specific value.
Top
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
Operators

  NameDescription
Public operatorStatic member (String to OAuthAuthorization)
Creates a new OAuthAuthorization instance from String.
Top
Properties

  NameDescription
Public propertyAuthorizationType
Gets or sets authorization method.
(Inherited from HttpAuthorization.)
Public propertyCallback
Gets or sets the callback address.
Public propertyConsumerKey
Gets or sets the consumer key.
Public propertyConsumerSecret
Gets or sets the consumer secret.
Public propertyItem
Gets or sets the value associated with the specified key.
(Inherited from HttpAuthorization.)
Public propertyNonce
Gets or sets the nonce.
Public propertyParametersObsolete.
Authorization parameters.
(Inherited from HttpAuthorization.)
Protected propertyParametersSorted
Sorted authorization parameters.
(Inherited from HttpAuthorization.)
Public propertySignature
Gets or sets the signature.
Public propertySignatureMethod
Gets or sets the signature method.
Public propertyTimestamp
Gets or sets the timestamp.
Public propertyToken
Gets or sets the token.
Public propertyTokenSecret
Gets or sets the secret token.
Public propertyValue
Gets or sets parameters of the authorization.
(Inherited from HttpAuthorization.)
Public propertyVerifier
Gets or sets the verifier code.
Public propertyVersion
Gets or sets the version of the OAuth.
Top
See Also