AuthenticationModulesSection.AuthenticationModules Egenskap
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Hämtar samlingen med autentiseringsmoduler i avsnittet .
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
Egenskapsvärde
En AuthenticationModuleElementCollection som innehåller de registrerade autentiseringsmodulerna.
- Attribut
Kommentarer
Den AuthenticationModuleElementCollection som returneras av den här egenskapen innehåller en AuthenticationModuleElement för varje autentiseringsmodul i konfigurationsfilen.