AzureActiveDirectoryOpenIdConnectAuthenticatedContext Constructor (IOwinContext, String, ClaimsIdentity)

 

Initializes a new instance of the AzureActiveDirectoryOpenIdConnectAuthenticatedContext class.

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

Public Sub New (
	context As IOwinContext,
	idToken As String,
	identity As ClaimsIdentity
)

Parameters

context
Type: Microsoft.Owin.IOwinContext

The IOwinContext representing the request/response context.

idToken
Type: System.String

The Azure Active Directory ID token.

identity
Type: System.Security.Claims.ClaimsIdentity

The ClaimsIdentity representing the user.

Return to top
Show: