AzureADB2CAuthenticationBuilderExtensions 클래스

정의

주의

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 B2C 인증을 추가하는 확장 메서드입니다.

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

메서드

AddAzureADB2C(AuthenticationBuilder, Action<AzureADB2COptions>)
사용되지 않음.

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

AddAzureADB2C(AuthenticationBuilder, String, String, String, String, Action<AzureADB2COptions>)
사용되지 않음.

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

AddAzureADB2CBearer(AuthenticationBuilder, Action<AzureADB2COptions>)
사용되지 않음.

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

AddAzureADB2CBearer(AuthenticationBuilder, String, String, Action<AzureADB2COptions>)
사용되지 않음.

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

적용 대상