다음을 통해 공유


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

사용자의 암호입니다.

적용 대상