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-Federation 登入要求 URL 的任何應用程式定義的參數。 預設為空字串。 提供擴充點,以在登入要求 URL 中包含應用程式定義的查詢參數。 選擇性。
- 屬性