ClientCredentialsElement.SupportInteractive Property

Definition

Gets or sets a boolean value that specifies whether the credential supports interactive negotiation.

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

Property Value

true if the credential supports interactive negotiation; otherwise, false. The default is true.

Attributes

Applies to