共用方式為


NetSectionGroup.AuthenticationModules 屬性

定義

取得組態區段,該組態區段包括為本機電腦註冊的驗證模組。

public:
 property System::Net::Configuration::AuthenticationModulesSection ^ AuthenticationModules { System::Net::Configuration::AuthenticationModulesSection ^ get(); };
[System.Configuration.ConfigurationProperty("authenticationModules")]
public System.Net.Configuration.AuthenticationModulesSection AuthenticationModules { get; }
[<System.Configuration.ConfigurationProperty("authenticationModules")>]
member this.AuthenticationModules : System.Net.Configuration.AuthenticationModulesSection
Public ReadOnly Property AuthenticationModules As AuthenticationModulesSection

屬性值

AuthenticationModulesSection 物件。

屬性

備註

此屬性所傳回的區段會對應至 <authenticationModules> 元素 (網路設定) 組態專案。

適用於