共用方式為


AzureADDefaults 類別

定義

警告

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 AzureADDefaults abstract sealed
public static class AzureADDefaults
[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 static class AzureADDefaults
type AzureADDefaults = 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 AzureADDefaults = class
Public Class AzureADDefaults
繼承
AzureADDefaults
屬性

欄位

AuthenticationScheme
已淘汰.

Azure Active Directory 的預設配置。

BearerAuthenticationScheme
已淘汰.

Azure Active Directory 持有人的預設配置。

CookieScheme
已淘汰.

使用 AddAzureAD(AuthenticationBuilder, Action<AzureADOptions>) 時 Cookie 的配置名稱。

DisplayName
已淘汰.

Azure Active Directory 的顯示名稱。

JwtBearerAuthenticationScheme
已淘汰.

使用 AddAzureADBearer(AuthenticationBuilder, Action<AzureADOptions>) 時,JWT Bearer 的配置名稱。

OpenIdScheme
已淘汰.

使用 AddAzureAD(AuthenticationBuilder, Action<AzureADOptions>) 時,Open ID Connect 的配置名稱。

適用於