MaskedConsoleReaderReadSecureLine Method |
Reads a single line of text from the system console as a
SecureString instance, masking the typed
characters.
Namespace: PDTec.IceNet.Sdk.UtilsAssembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic 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