WSFederationElement::SignOutQueryString Property

.NET Framework (current version)
 

Gets or sets the signOutQueryString attribute.

Namespace:   System.IdentityModel.Services.Configuration
Assembly:  System.IdentityModel.Services (in System.IdentityModel.Services.dll)

public:
[ConfigurationPropertyAttribute("signOutQueryString", IsRequired = false)]
property String^ SignOutQueryString {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

Any application defined parameters for the WS-Federation sign-out request URL. The default is an empty string. Provides an extensibility point to include application defined query parameters in the sign-out request URL. Optional.

.NET Framework
Available since 4.5
Return to top
Show: