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 sealedpublic 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 AzureADB2CDefaultstype 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 = classPublic 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键。 |