AzureActiveDirectoryOpenIdConnectAuthenticationProvider コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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>
検証するテナントのセット。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET