Бөлісу құралы:


AuthenticateResult.Description Property

 

Contains description properties for the middleware authentication type in general. Does not vary per request.

Namespace:   Microsoft.Owin.Security
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

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

Property Value

Type: Microsoft.Owin.Security.AuthenticationDescription

Returns AuthenticationDescription.

See Also

AuthenticateResult Class
Microsoft.Owin.Security Namespace

Return to top