다음을 통해 공유


SspiSecurityTokenParameters.RequireCancellation 속성

정의

토큰을 취소해야 하는지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

토큰을 취소해야 하는 경우 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

설명

취소를 해야 하는 경우 SPNEGO 프로토콜의 끝에서 발급된 보안 컨텍스트 토큰은 세션 기반이며, 그렇지 않으면 쿠키 기반입니다.

적용 대상