AuthenticationModuleElement Constructor (String^)
.NET Framework (current version)
Initializes a new instance of the AuthenticationModuleElement class with the specified type information.
Assembly: System (in System.dll)
Parameters
- typeName
-
Type:
System::String^
A string that identifies the type and the assembly that contains it.
The typeName parameter contains the fully qualified type name followed by a comma (,) and the assembly information. The elements of the assembly information are separated with commas, for example, Corp.Net.Authenticator, Corp, Version=1.0.5000.0, Culture=neutral, PublicKeyToken="00000000000000000".
.NET Framework
Available since 2.0
Available since 2.0
Show: