IdentityConstants 类

定义

表示可用于配置标识系统使用的 Cookie 中间件的所有选项。

public ref class IdentityConstants
public class IdentityConstants
type IdentityConstants = class
Public Class IdentityConstants
继承
IdentityConstants

构造函数

IdentityConstants()

表示可用于配置标识系统使用的 Cookie 中间件的所有选项。

字段

ApplicationScheme

用于标识应用程序身份验证 Cookie 的方案。

BearerScheme

用于标识持有者身份验证令牌的方案。

ExternalScheme

用于标识外部身份验证 Cookie 的方案。

TwoFactorRememberMeScheme

用于标识双因素身份验证 Cookie 以保存“记住我”状态的方案。

TwoFactorUserIdScheme

用于标识往返用户标识的双因素身份验证 Cookie 的方案。

适用于