Udostępnij za pośrednictwem


FormsAuthenticationConfiguration Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy FormsAuthenticationConfiguration.

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

Przykłady

W poniższym przykładzie kodu pokazano, jak utworzyć FormsAuthenticationConfiguration obiekt.

// Create a new FormsAuthentication object.
FormsAuthenticationConfiguration newformsAuthentication =
new FormsAuthenticationConfiguration();
' Create a new FormsAuthentication object.
  Dim newformsAuthentication _
  As New FormsAuthenticationConfiguration()

Dotyczy