WSFederationElement.SignOutQueryString Property

Definition

Gets or sets the signOutQueryString attribute.

[System.Configuration.ConfigurationProperty("signOutQueryString", IsRequired=false)]
public string SignOutQueryString { get; set; }

Property Value

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.

Attributes

Applies to

Product Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also