共用方式為


AuthenticationModulesSection.AuthenticationModules 屬性

定義

取得區段中驗證模組的集合。

public:
 property System::Net::Configuration::AuthenticationModuleElementCollection ^ AuthenticationModules { System::Net::Configuration::AuthenticationModuleElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("", IsDefaultCollection=true)]
public System.Net.Configuration.AuthenticationModuleElementCollection AuthenticationModules { get; }
[<System.Configuration.ConfigurationProperty("", IsDefaultCollection=true)>]
member this.AuthenticationModules : System.Net.Configuration.AuthenticationModuleElementCollection
Public ReadOnly Property AuthenticationModules As AuthenticationModuleElementCollection

屬性值

AuthenticationModuleElementCollection,包含註冊的驗證模組。

屬性

備註

這個 AuthenticationModuleElementCollection 屬性所傳回的 ,包含組態檔中每個驗證模組的一個 AuthenticationModuleElement

適用於

另請參閱