MaskedTextProvider::DefaultPasswordChar Property

 

Gets the default password character used obscure user input.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public:
property wchar_t DefaultPasswordChar {
	static wchar_t get();
}

Property Value

Type: System::Char

A Char that represents the default password character.

The DefaultPasswordChar property is defined in the MaskedTextProvider class to be the asterisk character (*).

.NET Framework
Available since 2.0
Return to top
Show: