Argon2ConfigClearPassword Property

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

Definition

Namespace: Gemstone.Security.Cryptography.Argon2Hash
Assembly: Gemstone.Security (in Gemstone.Security.dll) Version: 1.0.167 -- Release Build+327f7394dcedeaebafc0dd7a935c53bbb45ff86a
public bool ClearPassword { get; set; }

Property Value

Boolean

Remarks

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

See Also