AuthenticationModuleElement Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy AuthenticationModuleElement.

Przeciążenia

AuthenticationModuleElement()

Inicjuje nowe wystąpienie klasy AuthenticationModuleElement.

AuthenticationModuleElement(String)

Inicjuje nowe wystąpienie AuthenticationModuleElement klasy o określonym typie informacji.

AuthenticationModuleElement()

Inicjuje nowe wystąpienie klasy AuthenticationModuleElement.

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

Uwagi

Ten konstruktor ustawia Type Właściwość na null .

Zobacz też

Dotyczy

AuthenticationModuleElement(String)

Inicjuje nowe wystąpienie AuthenticationModuleElement klasy o określonym typie informacji.

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, który identyfikuje typ i zestaw, który go zawiera.

Uwagi

typeNameParametr zawiera w pełni kwalifikowaną nazwę typu, a następnie 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