AuthenticationOptions.Description Property
Additional information about the authentication type which is made available to the application.
Namespace: Microsoft.Owin.Security
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
'Declaration
Public Property Description As AuthenticationDescription
Get
Set
'Usage
Dim instance As AuthenticationOptions
Dim value As AuthenticationDescription
value = instance.Description
instance.Description = value
public AuthenticationDescription Description { get; set; }
public:
property AuthenticationDescription^ Description {
AuthenticationDescription^ get ();
void set (AuthenticationDescription^ value);
}
member Description : AuthenticationDescription with get, set
function get Description () : AuthenticationDescription
function set Description (value : AuthenticationDescription)
Property Value
Type: Microsoft.Owin.Security.AuthenticationDescription
The additional information about the authentication.