Freigeben über


FormsAuthenticationConfiguration Konstruktor

Definition

Initialisiert eine neue Instanz der FormsAuthenticationConfiguration-Klasse.

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

Beispiele

Im folgenden Codebeispiel wird gezeigt, wie ein FormsAuthenticationConfiguration Objekt erstellt wird.

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

Gilt für