AzureActiveDirectoryLoginAuthenticationProvider Constructor (HttpConfiguration^, IEnumerable<String^>^)
Initializes a new instance of the AzureActiveDirectoryLoginAuthenticationProvider class with tenant issuer validation.
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
public:
AzureActiveDirectoryLoginAuthenticationProvider(
HttpConfiguration^ config,
IEnumerable<String^>^ tenants
)
Parameters
- config
-
Type:
System.Web.Http::HttpConfiguration^
The HttpConfiguration for this service instance.
- tenants
-
Type:
System.Collections.Generic::IEnumerable<String^>^
The set of tenants to validate.
Show: