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)

Syntax

public AzureActiveDirectoryOpenIdConnectReturnEndpointContext(
    IOwinContext context,
    AuthenticationTicket ticket
)
public:
AzureActiveDirectoryOpenIdConnectReturnEndpointContext(
    IOwinContext^ context,
    AuthenticationTicket^ ticket
)
new : 
        context:IOwinContext *
        ticket:AuthenticationTicket -> AzureActiveDirectoryOpenIdConnectReturnEndpointContext
Public Sub New (
    context As IOwinContext,
    ticket As AuthenticationTicket
)

Parameters

See Also

AzureActiveDirectoryOpenIdConnectReturnEndpointContext Class
Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory Namespace

Return to top