Freigeben über


FormsAuthenticationUser(String, String) Konstruktor

Definition

Initialisiert eine neue Instanz der FormsAuthenticationUser Klasse mithilfe der übergebenen Parameter.

public:
 FormsAuthenticationUser(System::String ^ name, System::String ^ password);
public FormsAuthenticationUser (string name, string password);
new System.Web.Configuration.FormsAuthenticationUser : string * string -> System.Web.Configuration.FormsAuthenticationUser
Public Sub New (name As String, password As String)

Parameter

name
String

Der Name des Benutzers.

password
String

Kennwort des Benutzers.

Gilt für: