AzureADDefaults Třída
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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 |
Zastaralé.
Výchozí schéma pro Azure Active Directory. |
BearerAuthenticationScheme |
Zastaralé.
Výchozí schéma pro Azure Active Directory Bearer. |
CookieScheme |
Zastaralé.
Název schématu pro soubory cookie při použití AddAzureAD(AuthenticationBuilder, Action<AzureADOptions>). |
DisplayName |
Zastaralé.
Zobrazovaný název pro Azure Active Directory. |
JwtBearerAuthenticationScheme |
Zastaralé.
Název schématu pro JWT Bearer při použití AddAzureADBearer(AuthenticationBuilder, Action<AzureADOptions>). |
OpenIdScheme |
Zastaralé.
Název schématu pro Open ID Connect při použití .AddAzureAD(AuthenticationBuilder, Action<AzureADOptions>) |