Chia sẻ qua


MicrosoftAccountAuthenticatedContext.Identity Property

 

Gets the ClaimsIdentity representing the user

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

Syntax

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

Property Value

Type: System.Security.Claims.ClaimsIdentity

Returns ClaimsIdentity.

See Also

MicrosoftAccountAuthenticatedContext Class
Microsoft.Owin.Security.MicrosoftAccount Namespace

Return to top