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 的方案名称。 |