RequestSecurityTokenResponse.IsFinal 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定旗標,決定 RSTR 是否為最後訊息,且應該如此序列化。
public:
property bool IsFinal { bool get(); void set(bool value); };
public bool IsFinal { get; set; }
member this.IsFinal : bool with get, set
Public Property IsFinal As Boolean
屬性值
如果 RSTR 是最後訊息,則為 true
,否則為 false
。
備註
此旗標只有在 WS-Trust 版本提供規則來串行化訊息流程中最終 RSTR 時才會生效。 例如,WS-Trust 1.3 需要將最終 RSTR 括在 wst:RequestSecurityTokenResponseCollection 元素內。