WSFederationAuthenticationModule.SignInQueryString 属性

定义

获取或设置包含要在 WS 联合身份验证登录请求(“wsignin1.0”)中发送的额外参数的查询字符串。

public:
 property System::String ^ SignInQueryString { System::String ^ get(); void set(System::String ^ value); };
public string SignInQueryString { get; set; }
member this.SignInQueryString : string with get, set
Public Property SignInQueryString As String

属性值

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

例外

尝试将该属性设置为 null

注解

可以使用此属性在登录请求中发送其他参数。 这些参数是特定于应用程序的参数,不是WS-Federation协议指定的参数之一。 若要从请求中删除其他参数,请将 属性设置为空字符串。

可以通过为 事件添加处理程序来覆盖每个 HTTP 请求的 RedirectingToIdentityProvider 此设置。 此事件是在模块重定向到安全令牌服务之前引发的, (STS) 带有WS-Federation登录请求消息。 STS 由 Issuer 属性指定。

适用于