WSFederationElement::SignInQueryString Property
.NET Framework (current version)
Gets or sets the signInQueryString attribute.
Assembly: System.IdentityModel.Services (in System.IdentityModel.Services.dll)
public: [ConfigurationPropertyAttribute("signInQueryString", IsRequired = false)] property String^ SignInQueryString { String^ get(); void set(String^ value); }
Property Value
Type: System::String^Any application defined parameters for the WS-Federation sign-in request URL. The default is an empty string. Provides an extensibility point to include application defined query parameters in the sign-in request URL. Optional.
.NET Framework
Available since 4.5
Available since 4.5
Show: