MaskedTextProvider::IsValidPasswordChar Method (Char)
.NET Framework (current version)
Determines whether the specified character is a valid password character.
Assembly: System (in System.dll)
Parameters
- c
-
Type:
System::Char
The Char value to test.
Return Value
Type: System::Booleantrue if the specified character contains a valid password value; otherwise false.
Valid password characters include all printable characters and the null character, which is used to disable password functionality. Printable characters include letters, digits, punctuation, symbols and the space character.
.NET Framework
Available since 2.0
Available since 2.0
Show: