共用方式為


AzureADOptions 類別

定義

警告

This is obsolete and will be removed in a future version. Use Microsoft.Identity.Web instead. See https://aka.ms/ms-identity-web.

使用 Azure Active Directory 設定驗證的選項。

public ref class AzureADOptions
public class AzureADOptions
[System.Obsolete("This is obsolete and will be removed in a future version. Use Microsoft.Identity.Web instead. See https://aka.ms/ms-identity-web.")]
public class AzureADOptions
type AzureADOptions = class
[<System.Obsolete("This is obsolete and will be removed in a future version. Use Microsoft.Identity.Web instead. See https://aka.ms/ms-identity-web.")>]
type AzureADOptions = class
Public Class AzureADOptions
繼承
AzureADOptions
屬性

建構函式

AzureADOptions()
已淘汰.

使用 Azure Active Directory 設定驗證的選項。

屬性

AllSchemes
已淘汰.

取得所有基礎驗證配置。

CallbackPath
已淘汰.

取得或設定登入回呼路徑。

ClientId
已淘汰.

取得或設定用戶端識別碼。

ClientSecret
已淘汰.

取得或設定用戶端密碼。

CookieSchemeName
已淘汰.

取得或設定用來使用此 Azure Active Directory 驗證實例登入的 Cookie 驗證配置。

Domain
已淘汰.

取得或設定 Azure Active Directory 租使用者的網域。

Instance
已淘汰.

取得或設定 Azure Active Directory 實例。

JwtBearerSchemeName
已淘汰.

取得或設定 Jwt 持有人驗證配置,以用於驗證此 Azure Active Directory 持有人驗證實例的存取權杖。

OpenIdConnectSchemeName
已淘汰.

取得或設定 OpenID Connect 驗證配置,以用於此 Azure Active Directory 驗證實例的驗證。

SignedOutCallbackPath
已淘汰.

取得或設定登出回呼路徑。

TenantId
已淘汰.

取得或設定租使用者識別碼。

適用於