Represents a HTTP authorization header.
Inheritance Hierarchy
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
The HttpAuthorization type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| HttpAuthorization |
Initializes a new instance of the OAuthAuthorization class.
| |
| HttpAuthorization(String) |
Initializes a new instance of the OAuthAuthorization class from specific source.
| |
| HttpAuthorization(AuthorizationType, UniValue) |
Initializes a new instance of the OAuthAuthorization class with specific authorization type and value.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Remove |
Removes the value with the specified key from the Value.
| |
| ToString |
Returns OAuth string of the current object for Authorization header.
(Overrides Object ToString .) |
Operators
| Name | Description | |
|---|---|---|
| (String to HttpAuthorization) |
Creates a new HttpAuthorization instance from String.
|
Properties
| Name | Description | |
|---|---|---|
| AuthorizationType |
Gets or sets authorization method.
| |
| Item |
Gets or sets the value associated with the specified key.
| |
| Parameters | Obsolete.
Authorization parameters.
| |
| ParametersSorted |
Sorted authorization parameters.
| |
| Value |
Gets or sets parameters of the authorization.
|
See Also