CookieValidateIdentityContext.Identity Property

Contains the claims identity arriving with the request. May be altered to change the details of the authenticated user.

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

Syntax

'Declaration
Public Property Identity As ClaimsIdentity 
    Get 
    Private Set
'Usage
Dim instance As CookieValidateIdentityContext 
Dim value As ClaimsIdentity 

value = instance.Identity
public ClaimsIdentity Identity { get; private set; }
public:
property ClaimsIdentity^ Identity {
    ClaimsIdentity^ get ();
    private: void set (ClaimsIdentity^ value);
}
member Identity : ClaimsIdentity with get, private set
function get Identity () : ClaimsIdentity 
private function set Identity (value : ClaimsIdentity)

Property Value

Type: ClaimsIdentity
Returns ClaimsIdentity.

See Also

Reference

CookieValidateIdentityContext Class

Microsoft.Owin.Security.Cookies Namespace