संपादन करना

के माध्यम से साझा करें


RequestSecurityTokenResponse.IsFinal Property

Definition

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.

Applies to