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>)
已过时.

将 JWT 持有者身份验证添加到 Azure AD B2C 应用程序的应用中。

AddAzureADB2CBearer(AuthenticationBuilder, String, String, Action<AzureADB2COptions>)
已过时.

将 JWT 持有者身份验证添加到 Azure AD B2C 应用程序的应用中。

适用于