Partager via


ClientCredentialsElement.SupportInteractive Propriété

Définition

Obtient ou définit une valeur booléenne qui spécifie si les informations d'identification prennent en charge la négociation interactive.

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

Valeur de propriété

true si les informations d'identification prennent en charge la négociation interactive ; sinon, false. La valeur par défaut est true.

Attributs

S’applique à