WSFederationElement.SignOutQueryString 属性

定义

获取或设置 signOutQueryString 特性。

public:
 property System::String ^ SignOutQueryString { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("signOutQueryString", IsRequired=false)]
public string SignOutQueryString { get; set; }
[<System.Configuration.ConfigurationProperty("signOutQueryString", IsRequired=false)>]
member this.SignOutQueryString : string with get, set
Public Property SignOutQueryString As String

属性值

任何应用程序为 WS 联合身份验证定义的参数注销请求 URL。 默认值为一个空字符串。 为了包括在注销请求 URL 中定义查询参数的应用程序提供扩展性点。 可选。

属性

适用于

另请参阅