AzureActiveDirectoryOpenIdConnectAuthenticationProvider 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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>
要驗證的一組租使用者。