Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
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
CookieResponseSignInContext Class
Microsoft.Owin.Security.Cookies Namespace
Return to top