AuthenticationModulesSection.AuthenticationModules Eigenschaft

Definition

Ruft die Sammlung von Authentifizierungsmodulen 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

A AuthenticationModuleElementCollection , das die registrierten Authentifizierungsmodule enthält.

Attribute

Hinweise

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

Gilt für:

Weitere Informationen