Condividi tramite


AzureADDefaults 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 di Azure Active Directory.

public ref class AzureADDefaults abstract sealed
public static class AzureADDefaults
[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 AzureADDefaults
type AzureADDefaults = 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 AzureADDefaults = class
Public Class AzureADDefaults
Ereditarietà
AzureADDefaults
Attributi

Campi

AuthenticationScheme
Obsoleti.

Schema predefinito per Azure Active Directory.

BearerAuthenticationScheme
Obsoleti.

Schema predefinito per Il orso di Azure Active Directory.

CookieScheme
Obsoleti.

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

DisplayName
Obsoleti.

Nome visualizzato per Azure Active Directory.

JwtBearerAuthenticationScheme
Obsoleti.

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

OpenIdScheme
Obsoleti.

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

Si applica a