AuthenticationModuleElement Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the AuthenticationModuleElement class.
Overloads
AuthenticationModuleElement() |
Initializes a new instance of the AuthenticationModuleElement class. |
AuthenticationModuleElement(String) |
Initializes a new instance of the AuthenticationModuleElement class with the specified type information. |
AuthenticationModuleElement()
Initializes a new instance of the AuthenticationModuleElement class.
public:
AuthenticationModuleElement();
public AuthenticationModuleElement ();
Public Sub New ()
Remarks
This constructor sets the Type property to null
.
See also
Applies to
AuthenticationModuleElement(String)
Initializes a new instance of the AuthenticationModuleElement class with the specified type information.
public:
AuthenticationModuleElement(System::String ^ typeName);
public AuthenticationModuleElement (string typeName);
new System.Net.Configuration.AuthenticationModuleElement : string -> System.Net.Configuration.AuthenticationModuleElement
Public Sub New (typeName As String)
Parameters
- typeName
- String
A string that identifies the type and the assembly that contains it.
Remarks
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"
.