HttpAuthorization   Conversion (String to HttpAuthorization)Nemiro.OAuth
Creates a new HttpAuthorization instance from String.

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

public static implicit operator HttpAuthorization (
	string value
)

Parameters

value
Type: System String
The value from which will be created a new instance of the HttpAuthorization.

Return Value

Type: HttpAuthorization
See Also