SessionSecurityToken.IsPersistent 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置指示是否保留此标记表示的 Cookie 的值。
public:
property bool IsPersistent { bool get(); void set(bool value); };
public bool IsPersistent { get; set; }
member this.IsPersistent : bool with get, set
Public Property IsPersistent As Boolean
属性值
如果 cookie 为持久的,则为 true
;否则为 false
。
注解
IsPersistent如果 属性为 true
,则会将 Cookie 编写为永久性 Cookie。 在浏览器关闭后,永久性 Cookie 将保持有效,直到过期。