AzureActiveDirectoryExtendedLoginProvider Constructor

Definition

Initializes a new instance of the AzureActiveDirectoryExtendedLoginProvider class with a given config, and tokenHandler.

public AzureActiveDirectoryExtendedLoginProvider (System.Web.Http.HttpConfiguration config, Microsoft.WindowsAzure.Mobile.Service.Security.IServiceTokenHandler tokenHandler);
new Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectoryExtendedLoginProvider : System.Web.Http.HttpConfiguration * Microsoft.WindowsAzure.Mobile.Service.Security.IServiceTokenHandler -> Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectoryExtendedLoginProvider
Public Sub New (config As HttpConfiguration, tokenHandler As IServiceTokenHandler)

Parameters

config
System.Web.Http.HttpConfiguration

The System.Web.Http.HttpConfiguration associated with this instance.

tokenHandler
IServiceTokenHandler

The IServiceTokenHandler associated with this instance.

Applies to