AzureADDefaults Kelas
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Perhatian
This is obsolete and will be removed in a future version. Use Microsoft.Identity.Web instead. See https://aka.ms/ms-identity-web.
Konstanta untuk komponen autentikasi Azure Active Directory yang berbeda.
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
- Warisan
-
AzureADDefaults
- Atribut
Bidang
AuthenticationScheme |
Kedaluwarsa.
Skema default untuk Azure Active Directory. |
BearerAuthenticationScheme |
Kedaluwarsa.
Skema default untuk Pembawa Azure Active Directory. |
CookieScheme |
Kedaluwarsa.
Nama skema untuk cookie saat menggunakan AddAzureAD(AuthenticationBuilder, Action<AzureADOptions>). |
DisplayName |
Kedaluwarsa.
Nama tampilan untuk Azure Active Directory. |
JwtBearerAuthenticationScheme |
Kedaluwarsa.
Nama skema untuk JWT Bearer saat menggunakan AddAzureADBearer(AuthenticationBuilder, Action<AzureADOptions>). |
OpenIdScheme |
Kedaluwarsa.
Nama skema untuk Open ID Connect saat menggunakan AddAzureAD(AuthenticationBuilder, Action<AzureADOptions>). |