Udostępnij za pośrednictwem


AuthenticationModuleElement Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy AuthenticationModuleElement.

Przeciążenia

AuthenticationModuleElement()

Inicjuje nowe wystąpienie klasy AuthenticationModuleElement.

AuthenticationModuleElement(String)

Inicjuje AuthenticationModuleElement nowe wystąpienie klasy z określonymi informacjami o typie.

AuthenticationModuleElement()

Inicjuje nowe wystąpienie klasy AuthenticationModuleElement.

public:
 AuthenticationModuleElement();
public AuthenticationModuleElement ();
Public Sub New ()

Uwagi

Ten konstruktor ustawia Type właściwość na nullwartość .

Zobacz też

Dotyczy

AuthenticationModuleElement(String)

Inicjuje AuthenticationModuleElement nowe wystąpienie klasy z określonymi informacjami o typie.

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)

Parametry

typeName
String

Ciąg identyfikujący typ i zestaw, który go zawiera.

Uwagi

Parametr typeName zawiera w pełni kwalifikowaną nazwę typu, po której następuje przecinek (,) i informacje o zestawie. Elementy informacji o zestawie są oddzielone przecinkami, na przykład Corp.Net.Authenticator, Corp, Version=1.0.5000.0, Culture=neutral, PublicKeyToken="00000000000000000".

Zobacz też

Dotyczy