WsFederationConfiguration.SignOutReply Property

Definition

Gets or sets the value of the wreply parameter to use during WS-Federation sign-out requests ("wsignout1.0").

public:
 property System::String ^ SignOutReply { System::String ^ get(); void set(System::String ^ value); };
public string SignOutReply { get; set; }
member this.SignOutReply : string with get, set
Public Property SignOutReply As String

Property Value

The URL to which the client should be redirected by the security token service (STS) during passive sign-out through the WS-Federation protocol. The default is an empty string.

Applies to

See also