SecurityContextSecurityToken.IsCookieMode 属性
定义
获取一个值,该值指示是否读入带有指定如何处理 Cookie 的模式设置的安全上下文令牌 (SCT)。Gets a value that indicates whether a security context token (SCT) with a mode setting that specifies how cookies are handled is read in.
public:
property bool IsCookieMode { bool get(); };
public bool IsCookieMode { get; }
member this.IsCookieMode : bool
Public ReadOnly Property IsCookieMode As Boolean
属性值
如果读入 Cookie 模式 SCT,则为 true;否则为 false。true if a cookie mode SCT is read in; otherwise, false.