Share via


ClientCredentialsElement.SupportInteractive Propriedade

Definição

Obtém ou define um valor booliano que especifica se a credencial dá suporte à negociação interativa.

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 da propriedade

true se a credencial der suporte à negociação interativa; caso contrário, false. O padrão é true.

Atributos

Aplica-se a