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>) |
已淘汰.
為 Azure Active Directory 應用程式將 JWT 持有人驗證新增至您的應用程式。 |
AddAzureADBearer(AuthenticationBuilder, String, String, Action<AzureADOptions>) |
已淘汰.
為 Azure Active Directory 應用程式將 JWT 持有人驗證新增至您的應用程式。 |