Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration VerificationResult

Index

Enumeration members

Invalid

Invalid:

Returned if the hash doesn't match the supplied plaintext password.

InvalidOrUnrecognized

InvalidOrUnrecognized:

Returned if the hash is in an invalid format or wasn't created by SecurePass.

Valid

Valid:

Returned if the hash is valid and matches the supplied plaintext password.

ValidNeedsRehash

ValidNeedsRehash:

Returned if the hash is valid, but could be improved with the currently set difficulty options.

Generated using TypeDoc