AuthenticationModulesSection.AuthenticationModules 属性

定义

获取该节中的身份验证模块的集合。

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

属性值

一个 AuthenticationModuleElementCollection,包含已注册的身份验证模块。

属性

注解

AuthenticationModuleElementCollection此属性返回的 对于配置文件中的每个身份验证模块,都包含一个AuthenticationModuleElement

适用于

另请参阅