NetSectionGroup.AuthenticationModules Vlastnost

Definice

Získá oddíl konfigurace obsahující ověřovací moduly registrované pro místní počítač.

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

Hodnota vlastnosti

Objekt AuthenticationModulesSection .

Atributy

Poznámky

Oddíl vrácený touto vlastností odpovídá <elementu konfigurace authenticationModules> Element (Network Settings).

Platí pro