SspiSecurityTokenParameters.RequireCancellation 属性

定义

获取或设置一个值,该值指示令牌是否要求取消。Gets or sets a value that indicates whether the token requires cancellation.

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

属性值

Boolean

如果令牌要求取消;则为 true,否则为 falsetrue if the token requires cancellation; otherwise, false. 默认值为 falseThe default is false.

注解

如果要求取消,则在 SPNEGO 协议末尾颁发的安全上下文令牌是基于会话的;否则,是基于 Cookie 的。If cancellation is required, then the security context token issued at the end of the SPNEGO protocol is session based; otherwise, it is cookie based.

适用于