次の方法で共有


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 です。

属性

適用対象