Interface IPasswordReader
Namespace: Catalyst.Abstractions.Cryptography
Assembly: Catalyst.Abstractions.dll
Syntax
public interface IPasswordReader
Methods
| Improve this Doc View SourceReadSecurePassword(String)
Prompt user for a password.
Declaration
SecureString ReadSecurePassword(string prompt = "Please enter your password")
Parameters
Type | Name | Description |
---|---|---|
System.String | prompt | A message providing some context to the user, for instance which password is being requested. |
Returns
Type | Description |
---|---|
System.Security.SecureString | The password read and stored as a |
Remarks
Once the password has been use, it is recommended to dispose of it.