Argon2ConfigClearSecret Property

Gets or sets a value indicating whether to clear the secret as soon as it is no longer needed.

Definition

Namespace: Gemstone.Security.Cryptography.Argon2Hash
Assembly: Gemstone.Security (in Gemstone.Security.dll) Version: 1.0.180 -- Release Build+efa002733e5fdd8ca6ef590a1b20e48d37006b34
public bool ClearSecret { get; set; }

Property Value

Boolean

Remarks

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).

See Also