FormsAuthenticationUser(String, String) Constructor

Definitie

Initialiseert een nieuw exemplaar van de FormsAuthenticationUser klasse met behulp van de doorgegeven parameters.

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)

Parameters

name
String

De naam van de gebruiker.

password
String

Het wachtwoord van de gebruiker.

Van toepassing op