AzureActiveDirectoryOpenIdConnectAuthenticationProvider Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
AzureActiveDirectoryOpenIdConnectAuthenticationProvider(HttpConfiguration) |
Inicjuje AzureActiveDirectoryLoginAuthenticationProvider nowe wystąpienie klasy bez weryfikacji wystawcy dzierżawy. |
AzureActiveDirectoryOpenIdConnectAuthenticationProvider(HttpConfiguration, IEnumerable<String>) |
Inicjuje AzureActiveDirectoryLoginAuthenticationProvider nowe wystąpienie klasy z weryfikacją wystawcy dzierżawy. |
AzureActiveDirectoryOpenIdConnectAuthenticationProvider(HttpConfiguration)
Inicjuje AzureActiveDirectoryLoginAuthenticationProvider nowe wystąpienie klasy bez weryfikacji wystawcy dzierżawy.
public AzureActiveDirectoryOpenIdConnectAuthenticationProvider (System.Web.Http.HttpConfiguration config);
new Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectoryOpenIdConnectAuthenticationProvider : System.Web.Http.HttpConfiguration -> Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectoryOpenIdConnectAuthenticationProvider
Public Sub New (config As HttpConfiguration)
Parametry
- config
- System.Web.Http.HttpConfiguration
Element System.Web.Http.HttpConfiguration dla tego wystąpienia usługi.
Dotyczy
AzureActiveDirectoryOpenIdConnectAuthenticationProvider(HttpConfiguration, IEnumerable<String>)
Inicjuje AzureActiveDirectoryLoginAuthenticationProvider nowe wystąpienie klasy z weryfikacją wystawcy dzierżawy.
public AzureActiveDirectoryOpenIdConnectAuthenticationProvider (System.Web.Http.HttpConfiguration config, System.Collections.Generic.IEnumerable<string> tenants);
new Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectoryOpenIdConnectAuthenticationProvider : System.Web.Http.HttpConfiguration * seq<string> -> Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectoryOpenIdConnectAuthenticationProvider
Public Sub New (config As HttpConfiguration, tenants As IEnumerable(Of String))
Parametry
- config
- System.Web.Http.HttpConfiguration
Element System.Web.Http.HttpConfiguration dla tego wystąpienia usługi.
- tenants
- IEnumerable<String>
Zestaw dzierżaw do zweryfikowania.
Dotyczy
Azure SDK for .NET