Freigeben über


AuthenticationModulesSection.AuthenticationModules Eigenschaft

Definition

Ruft die Auflistung der Authentifizierungsmodule im Abschnitt ab.

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

Eigenschaftswert

Eine AuthenticationModuleElementCollection mit den registrierten Authentifizierungsmodulen.

Attribute

Hinweise

Das AuthenticationModuleElementCollection von dieser Eigenschaft zurückgegebene enthält eins AuthenticationModuleElement für jedes Authentifizierungsmodul in der Konfigurationsdatei.

Gilt für:

Weitere Informationen