Share via


ClientCredentialsElement.SupportInteractive Propiedad

Definición

Obtiene o establece un valor booleano que especifica si la credencial admite negociación interactiva.

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

Valor de propiedad

true si la credencial admite negociación interactiva; de lo contrario, false. De manera predeterminada, es true.

Atributos

Se aplica a