WSFederationAuthenticationModule.SignOutQueryString Property
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Gets or sets a query string that contains any additional parameters to be sent in WS-Federation sign-out requests (“wsignout1.0”).
Assembly: System.IdentityModel.Services (in System.IdentityModel.Services.dll)
Property Value
Type: System.StringA URL fragment that contains the additional message parameters in the following format: param1=value1¶m2=value2¶mN=valueN. The default is an empty string.
Exception | Condition |
---|---|
ArgumentNullException | An attempt to set the property to null occurs. |
By default, this property is initialized from the signOutQueryString attribute of the <wsFederation> element in the configuration file. It is intended to contain any application-specific parameters to be sent in a WS-Federation sign-out request. To remove these parameters, you can set the property to an empty string.
The WSFAM does not use this property directly; however, you can pass it to the GetFederationPassiveSignOutUrl method to create a complete WS-Federation sign-out URL that can then be used by your code.
Available since 4.5