Sdílet prostřednictvím


IdentitySection Konstruktor

Definice

Inicializuje novou instanci třídy pomocí výchozích IdentitySection parametrů.

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

Příklady

Následující příklad kódu ukazuje, jak vytvořit IdentitySection objekt.

// Create a new IdentitySection object.
System.Web.Configuration.IdentitySection newidentitySection = new System.Web.Configuration.IdentitySection();
' Create a new IdentitySection object.
Dim newidentitySection As New System.Web.Configuration.IdentitySection()

Poznámky

Tento konstruktor je určen pouze pro interní použití.

Platí pro