AzureADDefaults 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 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 AzureADDefaults abstract sealed
public static class AzureADDefaults
[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 AzureADDefaults
type AzureADDefaults = 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 AzureADDefaults = class
Public Class AzureADDefaults
- 繼承
-
AzureADDefaults
- 屬性
欄位
AuthenticationScheme |
已淘汰.
Azure Active Directory 的預設配置。 |
BearerAuthenticationScheme |
已淘汰.
Azure Active Directory 持有人的預設配置。 |
CookieScheme |
已淘汰.
使用 AddAzureAD(AuthenticationBuilder, Action<AzureADOptions>) 時 Cookie 的配置名稱。 |
DisplayName |
已淘汰.
Azure Active Directory 的顯示名稱。 |
JwtBearerAuthenticationScheme |
已淘汰.
使用 AddAzureADBearer(AuthenticationBuilder, Action<AzureADOptions>) 時,JWT Bearer 的配置名稱。 |
OpenIdScheme |
已淘汰.
使用 AddAzureAD(AuthenticationBuilder, Action<AzureADOptions>) 時,Open ID Connect 的配置名稱。 |