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

属性值

true 如果 RSTR 是最终消息,则为否则 false

注解

仅当 WS-Trust 版本提供规则来序列化消息流中的最终 RSTR 时,此标志才有效。 例如,WS-Trust 1.3 要求将最终 RSTR 括在 wst:RequestSecurityTokenResponseCollection 元素中。

适用于