AuthenticationModulesSection.AuthenticationModules Eigenschap

Definitie

Hiermee haalt u de verzameling verificatiemodules op in de sectie.

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

Waarde van eigenschap

Een AuthenticationModuleElementCollection met de geregistreerde verificatiemodules.

Kenmerken

Opmerkingen

De AuthenticationModuleElementCollection geretourneerde door deze eigenschap bevat een AuthenticationModuleElement voor elke verificatiemodule in het configuratiebestand.

Van toepassing op

Zie ook