WsFederationConfiguration.SignInQueryString 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定查詢字串,包含 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¶m2=value2¶mN=valueN"
。 預設為空字串。