API reference
The complete public surface of Argon2id.PasswordHasher and
Argon2id.PasswordHasher.AspNetCore, generated from the source XML doc
comments. Mirrors PublicAPI.Shipped.txt and PublicAPI.Unshipped.txt
in the repo.
Core (Argon2id.PasswordHasher)
- Argon2idPasswordHasher — main entry point. Hash, verify, needs-rehash.
- Argon2idOptions — work-factor parameters.
- VerifyResult — single-call verify outcome (
Success+NeedsRehash). - Pepper — named secret key mixed into hashes.
- PepperRing — pepper rotation surface.
ASP.NET Core (Argon2id.PasswordHasher.AspNetCore)
- Argon2idPasswordHasher<TUser> —
IPasswordHasher<TUser>implementation. - ServiceCollectionExtensions —
AddArgon2idPasswordHasher<TUser>(...)DI extension.