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

public AuthenticationDescription Description { get; set; }
public:
property AuthenticationDescription^ Description {
    AuthenticationDescription^ get();
    void set(AuthenticationDescription^ value);
}
member Description : AuthenticationDescription with get, set
Public Property Description As AuthenticationDescription

Property Value

Type: Microsoft.Owin.Security.AuthenticationDescription

Returns AuthenticationDescription.

See Also

AuthenticationOptions Class
Microsoft.Owin.Security Namespace

Return to top