AzureADB2CDefaults Třída

Definice

Upozornění

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

Konstanty pro různé komponenty ověřování 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
Dědičnost
AzureADB2CDefaults
Atributy

Pole

AuthenticationScheme

Výchozí schéma pro Azure Active Directory B2C.

BearerAuthenticationScheme

Výchozí schéma pro Azure Active Directory B2C Bearer

CookieScheme

Název schématu pro soubory cookie při použití AddAzureADB2C(AuthenticationBuilder, Action<AzureADB2COptions>).

DisplayName

Zobrazovaný název pro Azure Active Directory B2C

JwtBearerAuthenticationScheme

Název schématu pro JWT Bearer při použití AddAzureADB2CBearer(AuthenticationBuilder, Action<AzureADB2COptions>).

OpenIdScheme

Název schématu pro Open ID Connect při použití AddAzureADB2C(AuthenticationBuilder, Action<AzureADB2COptions>).

PolicyKey

Klíč pro zásadu použitou v AuthenticationProperties.

Platí pro