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 인증하는 동안 이 속성을 사용하여 사용자 암호를 검색합니다. 일반적으로 애플리케이션 코드에서이 속성을 사용 하지 않습니다. 대신 클래스 생성자를 사용하여 사용자 암호를 설정합니다.

적용 대상

추가 정보