NetSectionGroup.AuthenticationModules Eigenschaft

Definition

Ruft den Konfigurationsabschnitt ab, der die für den lokalen Computer registrierten Authentifizierungsmodule enthält.

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

Eigenschaftswert

Ein AuthenticationModulesSection-Objekt.

Attribute

Hinweise

Der von dieser Eigenschaft zurückgegebene Abschnitt entspricht dem <Konfigurationselement authenticationModules-Element> (Netzwerkeinstellungen).

Gilt für: