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 ベアラーのスキーム名。 |
OpenIdScheme |
古い.
を使用 AddAzureAD(AuthenticationBuilder, Action<AzureADOptions>)する場合の Open ID Connect のスキーム名。 |