ClientCredentialsElement.SupportInteractive プロパティ

定義

資格情報が対話型ネゴシエーションをサポートするかどうかを指定するブール値を取得または設定します。

public:
 property bool SupportInteractive { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("supportInteractive", DefaultValue=true)]
public bool SupportInteractive { get; set; }
[<System.Configuration.ConfigurationProperty("supportInteractive", DefaultValue=true)>]
member this.SupportInteractive : bool with get, set
Public Property SupportInteractive As Boolean

プロパティ値

true 資格情報が対話型ネゴシエーションをサポートしている場合。それ以外の場合は false。 既定値は true です。

属性

適用対象