FormsAuthenticationUser(String, String) 构造函数

定义

使用传递的参数初始化 FormsAuthenticationUser 类的新实例。

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)

参数

name
String

用户名。

password
String

用户的密码。

适用于