다음을 통해 공유


ClientFormsAuthenticationCredentials.Password 속성

정의

사용자 암호를 가져오거나 설정합니다.

public:
 property System::String ^ Password { System::String ^ get(); void set(System::String ^ value); };
public string Password { get; set; }
member this.Password : string with get, set
Public Property Password As String

속성 값

사용자 암호

설명

ClientFormsAuthenticationMembershipProvider 클래스에서이 속성을 사용 하 여 인증 하는 동안 사용자 암호를 검색 합니다. 하지 애플리케이션 코드에서이 속성을 일반적으로 사용 됩니다. 대신, 사용자 암호를 설정 하는 클래스 생성자를 사용 합니다.

적용 대상

추가 정보