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-Federation サインイン要求 URL のアプリケーション定義パラメーター。 既定値は空の文字列です。 サインイン要求 URL にアプリケーション定義クエリ パラメーターを含める機能拡張ポイントを提供します。 このフィールドは省略可能です。

属性

適用対象

こちらもご覧ください