AuthenticationModulesSection.AuthenticationModules Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft die Sammlung von Authentifizierungsmodulen im Abschnitt ab.
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
Eigenschaftswert
A AuthenticationModuleElementCollection , das die registrierten Authentifizierungsmodule enthält.
- Attribute
Hinweise
Die AuthenticationModuleElementCollection von dieser Eigenschaft zurückgegebene Eigenschaft enthält eines AuthenticationModuleElement für jedes Authentifizierungsmodul in der Konfigurationsdatei.