Udostępnij za pośrednictwem


AuthenticationModulesSection.AuthenticationModules Właściwość

Definicja

Pobiera kolekcję modułów uwierzytelniania w sekcji .

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

Wartość właściwości

Element AuthenticationModuleElementCollection zawierający zarejestrowane moduły uwierzytelniania.

Atrybuty

Uwagi

Zwrócony AuthenticationModuleElementCollection przez tę właściwość zawiera jeden AuthenticationModuleElement dla każdego modułu uwierzytelniania w pliku konfiguracji.

Dotyczy

Zobacz też