HttpAuthorization ClassNemiro.OAuth
Represents a HTTP authorization header.
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 HttpAuthorization

The HttpAuthorization type exposes the following members.

Constructors

  NameDescription
Public methodHttpAuthorization 
Initializes a new instance of the OAuthAuthorization class.
Public methodHttpAuthorization(String)
Initializes a new instance of the OAuthAuthorization class from specific source.
Public methodHttpAuthorization(AuthorizationType, UniValue)
Initializes a new instance of the OAuthAuthorization class with specific authorization type and value.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Removes the value with the specified key from the Value.
Public methodToString
Returns OAuth string of the current object for Authorization header.
(Overrides Object ToString .)
Top
Operators

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

  NameDescription
Public propertyAuthorizationType
Gets or sets authorization method.
Public propertyItem
Gets or sets the value associated with the specified key.
Public propertyParametersObsolete.
Authorization parameters.
Protected propertyParametersSorted
Sorted authorization parameters.
Public propertyValue
Gets or sets parameters of the authorization.
Top
See Also