Udostępnij za pośrednictwem


FormsAuthenticationUser(String, String) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy FormsAuthenticationUser przy użyciu przekazanych parametrów.

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)

Parametry

name
String

Nazwa użytkownika.

password
String

Hasło użytkownika.

Dotyczy