WsFederationConfiguration.SignOutQueryString Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a query string that contains any additional parameters to be sent in WS-Federation sign-out requests ("wsignout1.0") during passive sign-out.
public:
property System::String ^ SignOutQueryString { System::String ^ get(); void set(System::String ^ value); };
public string SignOutQueryString { get; set; }
member this.SignOutQueryString : string with get, set
Public Property SignOutQueryString As String
Property Value
A URL fragment that contains the additional message parameters in the following format: "?param1=value1¶m2=value2¶mN=valueN"
. The default is an empty string.
Applies to
See also
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.