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


AuthenticateResult.Identity Property

 

Contains the claims that were authenticated by the given AuthenticationType. If the authentication type was not successful the Identity property will be null.

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

Syntax

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

Property Value

Type: System.Security.Claims.ClaimsIdentity

Returns ClaimsIdentity.

See Also

AuthenticateResult Class
Microsoft.Owin.Security Namespace

Return to top