AzureADAuthenticationBuilderExtensions 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,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 身份验证添加到应用程序的扩展方法。
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 应用程序的应用中。 |