다음을 통해 공유


TextBox.Password 속성

정의

입력을 암호로 처리하고 대상 디바이스에서 문자를 마스킹해야 할지 여부를 나타내는 값을 가져오거나 설정합니다. 기본값은 false입니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

public:
 property bool Password { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Browsable(true)]
public bool Password { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.Browsable(true)>]
member this.Password : bool with get, set
Public Property Password As Boolean

속성 값

입력을 암호로 처리해야 하면 true이고, 그렇지 않으면 false입니다.

특성

설명

별표는 암호를 마스킹하는 데 사용되는 일반적인 문자입니다.

참고

Password 속성을 true로 설정해도 전송 중에 암호 문자열을 암호화하거나 보호하지 않습니다.

적용 대상

추가 정보