Summary description for ConsolePasswordInput.
ConsolePasswordInput
00 Remarks
.NET Console Password Input By Masking Keyed-In Characters http://www.codeproject.com/Articles/8110/NET-Console-Password-Input-By-Masking-Keyed-In-Ch
01 Syntax
Microsoft.VisualBasic.ApplicationServices.Terminal.Utility.ConsolePasswordInput
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| PasswordInput | 1 | |
| GetStdHandle | 1 | |
| GetConsoleMode | 1 | |
| SetConsoleMode | 1 | |
| GetLastError | 1 | |
| WriteConsole | 1 | |
| FlushConsoleInputBuffer | 1 |
03 Members
PasswordInput(
String, Int32)Parameters
| Name | Type | Description |
|---|---|---|
refPasswordToBuild | String | - |
iMaxNumberOfCharactersSet | Int32 | The password max length limits. |
GetStdHandle(
Int32)GetConsoleMode(
IntPtr, Int32)SetConsoleMode(
IntPtr, Int32)GetLastError()
WriteConsole(
IntPtr, String, UInt32, UInt32, IntPtr)FlushConsoleInputBuffer(
IntPtr)