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
'Declaration
Public Property Identity As ClaimsIdentity
Get
Set
'Usage
Dim instance As MicrosoftAccountAuthenticatedContext
Dim value As ClaimsIdentity
value = instance.Identity
instance.Identity = value
public ClaimsIdentity Identity { get; set; }
public:
property ClaimsIdentity^ Identity {
ClaimsIdentity^ get ();
void set (ClaimsIdentity^ value);
}
member Identity : ClaimsIdentity with get, set
function get Identity () : ClaimsIdentity
function set Identity (value : ClaimsIdentity)
Property Value
Type: ClaimsIdentity