CookieResponseSignInContext.Identity Property

Contains the claims about to be converted into the outgoing cookie. May be replaced or altered during the ResponseSignIn call.

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

Syntax

'Declaration
Public Property Identity As ClaimsIdentity 
    Get 
    Set
'Usage
Dim instance As CookieResponseSignInContext 
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
Returns ClaimsIdentity.

See Also

Reference

CookieResponseSignInContext Class

Microsoft.Owin.Security.Cookies Namespace