NetSectionGroup.AuthenticationModules 属性

定义

获取包含为本地计算机注册的身份验证模块的配置节。

public:
 property System::Net::Configuration::AuthenticationModulesSection ^ AuthenticationModules { System::Net::Configuration::AuthenticationModulesSection ^ get(); };
[System.Configuration.ConfigurationProperty("authenticationModules")]
public System.Net.Configuration.AuthenticationModulesSection AuthenticationModules { get; }
[<System.Configuration.ConfigurationProperty("authenticationModules")>]
member this.AuthenticationModules : System.Net.Configuration.AuthenticationModulesSection
Public ReadOnly Property AuthenticationModules As AuthenticationModulesSection

属性值

AuthenticationModulesSection 对象。

属性

注解

此属性返回的部分对应于 <authenticationModules> 元素 (网络设置) 配置元素。

适用于