AzureADDefaults 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

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
Dědičnost
AzureADDefaults
Atributy

Pole

AuthenticationScheme

Výchozí schéma pro Azure Active Directory

BearerAuthenticationScheme

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

CookieScheme

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

DisplayName

Zobrazovaný název služby Azure Active Directory.

JwtBearerAuthenticationScheme

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

OpenIdScheme

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

Platí pro