AzureADB2CAuthenticationBuilderExtensions 类  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
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 sealedpublic 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 AzureADB2CAuthenticationBuilderExtensionstype 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 = classPublic 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 应用程序的应用中。 |