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 元素中。

适用于