AzureActiveDirectoryExtendedLoginProvider Constructor (HttpConfiguration, IServiceTokenHandler)

 

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

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

Public Sub New (
	config As HttpConfiguration,
	tokenHandler As IServiceTokenHandler
)

Parameters

config
Type: System.Web.Http.HttpConfiguration

The HttpConfiguration associated with this instance.

tokenHandler
Type: Microsoft.WindowsAzure.Mobile.Service.Security.IServiceTokenHandler

The IServiceTokenHandler associated with this instance.

Return to top
Show: