ClientCredentialsElement.SupportInteractive Propriedade

Definição

Recebe ou define um valor booleano que especifica se a credencial suporta 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 de Propriedade

true se a credencial suportar negociação interativa; caso contrário, false. A predefinição é true.

Atributos

Aplica-se a