ClientCredentialsElement.SupportInteractive 属性

定义

获取或设置一个布尔值,该值指定凭据是否支持交互式协商。

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

属性值

如果凭据支持交换式协商,则为 true;否则为 false。 默认值为 true

属性

适用于