Udostępnij za pośrednictwem


AuthenticationSection Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy AuthenticationSection.

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

Przykłady

W poniższym przykładzie kodu pokazano, jak uzyskać AuthenticationSection obiekt.

AuthenticationSection newauthenticationSection = 
    new AuthenticationSection();
  Dim newauthenticationSection _
  As New AuthenticationSection()

Uwagi

Konstruktor AuthenticationSection nie jest przeznaczony do użycia bezpośrednio z kodu. Jest on wywoływany przez system konfiguracji ASP.NET. Wystąpienie klasy można uzyskać AuthenticationSection przy użyciu GetSection metody .

Dotyczy