SspiSecurityTokenParameters.RequireCancellation 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值表示權杖是否必須執行取消作業。
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 通訊協定結束時所核發的安全性內容權杖會以工作階段為基礎,否則會以 Cookie 為基礎。