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)

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

value = instance.Identity

instance.Identity = value

Property Value

Type: ClaimsIdentity
The identity of this context.
Show: