NetSectionGroup.AuthenticationModules Eigenschaft

Definition

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

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 <AuthenticationModules-Element> (Netzwerkeinstellungen) -Konfigurationselement.

Gilt für: