AzureADB2CDefaults Classe

Definizione

Attenzione

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

Costanti per diversi componenti di autenticazione B2C di Azure Active Directory.

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
Ereditarietà
AzureADB2CDefaults
Attributi

Campi

AuthenticationScheme
Obsoleti.

Schema predefinito per Azure Active Directory B2C.

BearerAuthenticationScheme
Obsoleti.

Schema predefinito per l'orso B2C di Azure Active Directory.

CookieScheme
Obsoleti.

Nome dello schema per i cookie quando si usa AddAzureADB2C(AuthenticationBuilder, Action<AzureADB2COptions>).

DisplayName
Obsoleti.

Nome visualizzato per Azure Active Directory B2C.

JwtBearerAuthenticationScheme
Obsoleti.

Nome dello schema per JWT Bearer quando si usa AddAzureADB2CBearer(AuthenticationBuilder, Action<AzureADB2COptions>).

OpenIdScheme
Obsoleti.

Nome dello schema per Open ID Connect quando si usa AddAzureADB2C(AuthenticationBuilder, Action<AzureADB2COptions>).

PolicyKey
Obsoleti.

Chiave per i criteri usati in AuthenticationProperties.

Si applica a