AzureActiveDirectoryLoginAuthenticationProvider Constructor (HttpConfiguration^)

 

Initializes a new instance of the AzureActiveDirectoryLoginAuthenticationProvider class with no tenant issuer validation.

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

public:
AzureActiveDirectoryLoginAuthenticationProvider(
	HttpConfiguration^ config
)

Parameters

config
Type: System.Web.Http::HttpConfiguration^

The HttpConfiguration for this service instance.

Return to top
Show: