次の方法で共有


AzureActiveDirectoryOpenIdConnectAuthenticationProvider コンストラクター

定義

オーバーロード

AzureActiveDirectoryOpenIdConnectAuthenticationProvider(HttpConfiguration)

テナント発行者の検証なしで、 AzureActiveDirectoryLoginAuthenticationProvider クラスの新しいインスタンスを初期化します。

AzureActiveDirectoryOpenIdConnectAuthenticationProvider(HttpConfiguration, IEnumerable<String>)

テナント発行者の検証を使用して、 クラスの AzureActiveDirectoryLoginAuthenticationProvider 新しいインスタンスを初期化します。

AzureActiveDirectoryOpenIdConnectAuthenticationProvider(HttpConfiguration)

テナント発行者の検証なしで、 AzureActiveDirectoryLoginAuthenticationProvider クラスの新しいインスタンスを初期化します。

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)

パラメーター

config
System.Web.Http.HttpConfiguration

System.Web.Http.HttpConfigurationこのサービス インスタンスの 。

適用対象

AzureActiveDirectoryOpenIdConnectAuthenticationProvider(HttpConfiguration, IEnumerable<String>)

テナント発行者の検証を使用して、 クラスの AzureActiveDirectoryLoginAuthenticationProvider 新しいインスタンスを初期化します。

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))

パラメーター

config
System.Web.Http.HttpConfiguration

System.Web.Http.HttpConfigurationこのサービス インスタンスの 。

tenants
IEnumerable<String>

検証するテナントのセット。

適用対象