Enum Argon2ExistingPasswordResetPolicy
Whether to keep of clear an existing password in an Argon2Memory.
Namespace: Isopoh.Cryptography.Argon2
Assembly: Isopoh.Cryptography.Argon2.dll
Syntax
public enum Argon2ExistingPasswordResetPolicy
Fields
| Name | Description |
|---|---|
| Clear | Clear any existing password. |
| Keep | Keep the existing password. |