Freigeben über


ClientCredentialsElement.SupportInteractive Eigenschaft

Definition

Ruft einen booleschen Wert ab oder legt einen booleschen Wert fest, der angibt, ob die Anmeldeinformationen interaktive Verhandlung unterstützen.

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

Eigenschaftswert

true, wenn die Anmeldeinformationen interaktive Verhandlung unterstützen, andernfalls false. Der Standardwert ist true.

Attribute

Gilt für: