RequestSecurityTokenResponse.IsFinal Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the flag that determines if the RSTR is the final message and should be serialized as such.
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
Property Value
true
if the RSTR is the final message; otherwise false
.
Remarks
This flag only has an effect when the version of WS-Trust provides rules for serializing the final RSTR in a message flow. For example, WS-Trust 1.3 requires the final RSTR to be enclosed within a wst:RequestSecurityTokenResponseCollection element.