AzureActiveDirectoryOpenIdConnectReturnEndpointContext Constructor (IOwinContext, AuthenticationTicket)

 

Initializes a new instance of the AzureActiveDirectoryOpenIdConnectReturnEndpointContext with a given context and ticket.

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,
	ticket As AuthenticationTicket
)

Parameters

context
Type: Microsoft.Owin.IOwinContext

The OWIN environment.

ticket
Type: Microsoft.Owin.Security.AuthenticationTicket

The authentication ticket.

Return to top
Show: