共用方式為


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

屬性

適用於