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键。

适用于