次の方法で共有


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キー。

適用対象