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

ユーザーのパスワード。

適用対象