AzureActiveDirectoryOpenIdConnectAuthenticatedContext.Identity Property

 

Gets the ClaimsIdentity representing the user.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory
Assembly:  Microsoft.WindowsAzure.Mobile.Service.Security (in Microsoft.WindowsAzure.Mobile.Service.Security.dll)

Public Property Identity As ClaimsIdentity
	Get
	Private Set
End Property

Property Value

Type: System.Security.Claims.ClaimsIdentity

The ClaimsIdentity representing the user.

Return to top
Show: