ClientCredentialsElement.SupportInteractive Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines booleschen Werts, der angibt, ob die Anmeldeinformationen interaktive Aushandlung 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

truewenn die Anmeldeinformationen interaktive Aushandlung unterstützen; andernfalls . false Der Standardwert lautet true.

Attribute

Gilt für: