Argon2ConfigClearPassword Property
Gets or sets a value indicating whether to clear the password as
soon as it is no longer needed.
Namespace: Gemstone.Security.Cryptography.Argon2HashAssembly: Gemstone.Security (in Gemstone.Security.dll) Version: 1.0.166 -- Release Build+3ac73912f52c3309a818fcc8cd731758651aaeae
public bool ClearPassword { get; set; }
Public Property ClearPassword As Boolean
Get
Set
public:
property bool ClearPassword {
bool get ();
void set (bool value);
}
function get_ClearPassword();
function set_ClearPassword(value);
Property Value
Boolean
If true and the configuration has a password, the configuration
cannot be used more than once without resetting the password
(unless you want an all zero password).