AuthenticationModulesSection.AuthenticationModules Propriété

Définition

Place la collection de modules d’authentification dans la section.

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

Valeur de propriété

AuthenticationModuleElementCollection qui contient les modules d'authentification enregistrés.

Attributs

Remarques

Le AuthenticationModuleElementCollection retourné par cette propriété en contient un AuthenticationModuleElement pour chaque module d’authentification dans le fichier de configuration.

S’applique à

Voir aussi