Click or drag to resize
MaskedConsoleReaderReadSecureLine Method
Reads a single line of text from the system console as a SecureString instance, masking the typed characters.

Namespace: PDTec.IceNet.Sdk.Utils
Assembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public static SecureString ReadSecureLine()

Return Value

Type: SecureString
Remarks
The caller is responsible for freeing the returned string after usage by calling its Dispose() method.
See Also