Click or drag to resize

MaskedConsoleReader Class

Reads masked input from the console.
Inheritance Hierarchy
SystemObject
  PDTec.IceNet.Sdk.UtilsMaskedConsoleReader

Namespace:  PDTec.IceNet.Sdk.Utils
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static class MaskedConsoleReader

The MaskedConsoleReader type exposes the following members.

Methods
  NameDescription
Public methodStatic memberReadLine
Reads a single line of text from the system console, masking the typed characters.
Public methodStatic memberReadSecureLine
Reads a single line of text from the system console as a SecureString instance, masking the typed characters.
Top
See Also