AzureADB2COptions 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,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 AzureADB2COptions
public class AzureADB2COptions
[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 class AzureADB2COptions
type AzureADB2COptions = 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 AzureADB2COptions = class
Public Class AzureADB2COptions
- 继承
-
AzureADB2COptions
- 属性
构造函数
AzureADB2COptions() |
已过时.
用于使用 Azure Active Directory B2C 配置身份验证的选项。 |
属性
AllSchemes |
已过时.
获取所有基础身份验证方案。 |
CallbackPath |
已过时.
获取或设置登录回调路径。 |
ClientId |
已过时.
获取或设置客户端 ID。 |
ClientSecret |
已过时.
获取或设置客户端密码。 |
CookieSchemeName |
已过时.
获取或设置用于使用此 Azure Active Directory B2C 身份验证实例登录的 Cookie 身份验证方案。 |
DefaultPolicy |
已过时.
获取或设置默认策略。 |
Domain |
已过时.
获取或设置 Azure Active Directory B2C 租户的域。 |
EditProfilePolicyId |
已过时.
获取或设置编辑配置文件策略名称。 |
Instance |
已过时.
获取或设置 Azure Active Directory B2C 实例。 |
JwtBearerSchemeName |
已过时.
获取或设置 Jwt 持有者身份验证方案,用于验证此 Azure Active Directory B2C 持有者身份验证实例的访问令牌。 |
OpenIdConnectSchemeName |
已过时.
获取或设置 OpenID Connect 身份验证方案,用于对此 Azure Active Directory B2C 身份验证实例进行身份验证。 |
ResetPasswordPolicyId |
已过时.
获取或设置重置密码策略 ID。 |
SignedOutCallbackPath |
已过时.
获取或设置注销回调路径。 |
SignUpSignInPolicyId |
已过时.
获取或设置注册或登录策略名称。 |