WsFederationConfiguration.Reply Property

Definition

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

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

Property Value

A URL that identifies the address at which the relying party (RP) application would like to receive replies from the Security Token Service (STS). The default is an empty string.

Applies to

See also