다음을 통해 공유


AzureADDefaults 클래스

정의

주의

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

다양한 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
상속
AzureADDefaults
특성

필드

AuthenticationScheme
사용되지 않음.

Azure Active Directory의 기본 체계입니다.

BearerAuthenticationScheme
사용되지 않음.

Azure Active Directory 전달자에 대한 기본 체계입니다.

CookieScheme
사용되지 않음.

를 사용할 AddAzureAD(AuthenticationBuilder, Action<AzureADOptions>)때 쿠키에 대한 체계 이름입니다.

DisplayName
사용되지 않음.

Azure Active Directory의 표시 이름입니다.

JwtBearerAuthenticationScheme
사용되지 않음.

를 사용할 AddAzureADBearer(AuthenticationBuilder, Action<AzureADOptions>)때 JWT 전달자의 스키마 이름입니다.

OpenIdScheme
사용되지 않음.

를 사용하는 AddAzureAD(AuthenticationBuilder, Action<AzureADOptions>)경우 Open ID Connect의 스키마 이름입니다.

적용 대상