共用方式為


RequestSecurityTokenResponse.IsFinal 屬性

定義

取得或設定旗標,決定 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 元素內。

適用於