Share via


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>)
已淘汰.

為 Azure Active Directory 應用程式將 JWT 持有人驗證新增至您的應用程式。

AddAzureADBearer(AuthenticationBuilder, String, String, Action<AzureADOptions>)
已淘汰.

為 Azure Active Directory 應用程式將 JWT 持有人驗證新增至您的應用程式。

適用於