共用方式為


AzureADB2CDefaults 類別

定義

警告

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 B2C 驗證元件的常數。

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

欄位

AuthenticationScheme
已淘汰.

Azure Active Directory B2C 的預設配置。

BearerAuthenticationScheme
已淘汰.

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

CookieScheme
已淘汰.

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

DisplayName
已淘汰.

Azure Active Directory B2C 的顯示名稱。

JwtBearerAuthenticationScheme
已淘汰.

使用 AddAzureADB2CBearer(AuthenticationBuilder, Action<AzureADB2COptions>) 時,JWT 持有人的配置名稱。

OpenIdScheme
已淘汰.

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

PolicyKey
已淘汰.

AuthenticationProperties 所用原則的索引鍵。

適用於