WsFederationConfiguration.SignInQueryString Property

Definition

Gets or sets a query string that contains any additional parameters to be sent in WS-Federation sign-in requests ("wsignin1.0").

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

Property Value

A URL fragment that contains the additional message parameters in the following format: "?param1=value1&param2=value2&paramN=valueN". The default is an empty string.

Applies to

See also