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

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

AddAzureADBearer(AuthenticationBuilder, String, String, Action<AzureADOptions>)
已过时.

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

适用于