WsFederationConfiguration.SignOutQueryString 属性

定义

获取或设置包含在被动注销期间将在 WS 联合身份验证注销请求(“wsignout1.0”)中发送的额外参数的查询字符串。

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

属性值

一个 URL 片段,其中包含采用以下格式的其他消息参数: "?param1=value1&param2=value2&paramN=valueN"。 默认值为空字符串。

适用于

另请参阅