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