Bewerken

Share via


FormsAuthenticationUser(String, String) Constructor

Definition

Initializes a new instance of the FormsAuthenticationUser class using the passed 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

User's name.

password
String

User's password.

Applies to