SessionSecurityTokenReceivedEventArgs.ReissueCookie 属性

定义

获取或设置一个值,该值指定是否使用响应重新发出会话 Cookie。

public:
 property bool ReissueCookie { bool get(); void set(bool value); };
public bool ReissueCookie { get; set; }
member this.ReissueCookie : bool with get, set
Public Property ReissueCookie As Boolean

属性值

true 使用响应重新发出会话 Cookie;否则,为 false. 默认值为 false,会话 Cookie 未随响应重新发出。

适用于