Sdílet prostřednictvím


FormsAuthenticationUser(String, String) Konstruktor

Definice

Inicializuje novou instanci třídy FormsAuthenticationUser pomocí předaných parametrů.

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

Uživatelské jméno.

password
String

Heslo uživatele.

Platí pro