AzureADAuthenticationBuilderExtensions 클래스

정의

주의

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 AzureADAuthenticationBuilderExtensions abstract sealed
public static class AzureADAuthenticationBuilderExtensions
[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 AzureADAuthenticationBuilderExtensions
type AzureADAuthenticationBuilderExtensions = 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 AzureADAuthenticationBuilderExtensions = class
Public Module AzureADAuthenticationBuilderExtensions
상속
AzureADAuthenticationBuilderExtensions
특성

메서드

AddAzureAD(AuthenticationBuilder, Action<AzureADOptions>)
사용되지 않음.

애플리케이션에 Azure Active Directory 인증을 추가합니다.

AddAzureAD(AuthenticationBuilder, String, String, String, String, Action<AzureADOptions>)
사용되지 않음.

애플리케이션에 Azure Active Directory 인증을 추가합니다.

AddAzureADBearer(AuthenticationBuilder, Action<AzureADOptions>)
사용되지 않음.

Azure Active Directory 애플리케이션용 앱에 JWT 전달자 인증을 추가합니다.

AddAzureADBearer(AuthenticationBuilder, String, String, Action<AzureADOptions>)
사용되지 않음.

Azure Active Directory 애플리케이션용 앱에 JWT 전달자 인증을 추가합니다.

적용 대상