AuthenticationModuleElement 类

表示身份验证模块的类型信息。

语法

class AuthenticationModuleElement : CollectionElement  

方法

此类不包含任何方法。

属性

下表列出了 AuthenticationModuleElement 类公开的属性。

名称 描述
Type 一个必需的唯一读/写 string 值,该值指定身份验证模块的类型和程序集信息。 该字符串是一个以逗号分隔的列表,其中包含完全限定的类型名称,后跟程序集信息(例如,Corp.Net.Authenticator, Corp, Version=1.0.5000.0, Culture=neutral, PublicKeyToken="00000000000000000".。)如果未指定字符串值,则该属性将包含空引用。 键属性。

子类

此类不包含子类。

注解

此类的实例包含在 AuthenticationModulesSection 类的 AuthenticationModules 属性中。

继承层次结构

CollectionElement

AuthenticationModuleElement

要求

类型 描述
客户端 - IIS 7.0(在 Windows Vista 上)
- IIS 7.5(在 Windows 7 上)
- IIS 8.0(在 Windows 8 上)
- IIS 10.0(在 Windows 10 上)
服务器 - IIS 7.0(在 Windows Server 2008 上)
- IIS 7.5(在 Windows Server 2008 R2 上)
- IIS 8.0(在 Windows Server 2012 上)
- IIS 8.5(在 Windows Server 2012 R2 上)
- IIS 10.0(在 Windows Server 2016 上)
产品 - IIS 7.0、IIS 7.5、IIS 8.0、IIS 8.5、IIS 10.0
MOF 文件 WebAdministration.mof

另请参阅

CollectionElement 类