WSFederationElement.SignInQueryString 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 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 中定义查询参数的应用程序提供扩展性点。 可选。
- 属性