Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ReturnEndpointContext::Identity Property

 

Gets or sets the identity of this context.

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

public:
property ClaimsIdentity^ Identity {
	ClaimsIdentity^ get();
	void set(ClaimsIdentity^ value);
}

Property Value

Type: System.Security.Claims::ClaimsIdentity^

The identity of this context.

Return to top
Show: