Edit

Share via


AuthenticationModuleElement Class

Represents the type information for an authentication module.

Syntax

class AuthenticationModuleElement : CollectionElement  

Methods

This class contains no methods.

Properties

The following table lists the properties exposed by the AuthenticationModuleElement class.

Name Description
Type A required unique read/write string value that specifies the type and assembly information for an authentication module. The string is a comma-delimited list that contains the fully qualified type name followed by the assembly information (for example, Corp.Net.Authenticator, Corp, Version=1.0.5000.0, Culture=neutral, PublicKeyToken="00000000000000000".) If you do not specify a string value, the property will contain a null reference. The key property.

Subclasses

This class contains no subclasses.

Remarks

Instances of this class are contained in the AuthenticationModules property of the AuthenticationModulesSection class.

Inheritance Hierarchy

CollectionElement

AuthenticationModuleElement

Requirements

Type Description
Client - IIS 7.0 on Windows Vista
- IIS 7.5 on Windows 7
- IIS 8.0 on Windows 8
- IIS 10.0 on Windows 10
Server - IIS 7.0 on Windows Server 2008
- IIS 7.5 on Windows Server 2008 R2
- IIS 8.0 on Windows Server 2012
- IIS 8.5 on Windows Server 2012 R2
- IIS 10.0 on Windows Server 2016
Product - IIS 7.0, IIS 7.5, IIS 8.0, IIS 8.5, IIS 10.0
MOF file WebAdministration.mof

See Also

CollectionElement Class