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: 7.2.0.0 (7.2.7583.15464)
Syntax public static SecureString ReadSecureLine()
Return Value
Type:
SecureStringRemarks
The caller is responsible for freeing the returned string
after usage by calling its Dispose() method.
See Also