Share via


WSFederationElement.SignInQueryString 属性

定义

获取或设置 signInQueryString 特性。

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

属性值

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

属性

适用于

另请参阅