MaskedTextProvider::IsPassword Property
.NET Framework (current version)
Gets or sets a value that determines whether password protection should be applied to the formatted string.
Assembly: System (in System.dll)
Property Value
Type: System::Booleantrue if the input string is to be treated as a password string; otherwise, false. The default is false.
Password protection can be initiated using one of the following two ways:
Setting the PasswordChar property to a non-null value.
Setting the IsPassword property to true., which also sets the PasswordChar property to the DefaultPasswordChar value.
IsPassword is used by the ToDisplayString and ToString methods to determine whether to reveal the actual input characters or obscure them with PasswordChar.
.NET Framework
Available since 2.0
Available since 2.0
Show: