AzureADB2CDefaults 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 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 B2C 驗證元件的常數。
public ref class AzureADB2CDefaults abstract sealed
public static class AzureADB2CDefaults
[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 AzureADB2CDefaults
type AzureADB2CDefaults = 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 AzureADB2CDefaults = class
Public Class AzureADB2CDefaults
- 繼承
-
AzureADB2CDefaults
- 屬性
欄位
AuthenticationScheme |
已淘汰.
Azure Active Directory B2C 的預設配置。 |
BearerAuthenticationScheme |
已淘汰.
Azure Active Directory B2C 持有人的預設配置。 |
CookieScheme |
已淘汰.
使用 AddAzureADB2C(AuthenticationBuilder, Action<AzureADB2COptions>) 時,Cookie 的配置名稱。 |
DisplayName |
已淘汰.
Azure Active Directory B2C 的顯示名稱。 |
JwtBearerAuthenticationScheme |
已淘汰.
使用 AddAzureADB2CBearer(AuthenticationBuilder, Action<AzureADB2COptions>) 時,JWT 持有人的配置名稱。 |
OpenIdScheme |
已淘汰.
使用 AddAzureADB2C(AuthenticationBuilder, Action<AzureADB2COptions>) 時,Open ID Connect 的配置名稱。 |
PolicyKey |
已淘汰.
中 AuthenticationProperties 所用原則的索引鍵。 |