Field FingerprintLength
- Namespace
- MailFathom.Domain.Delivery
- Assembly
- MailFathom.Domain.dll
The number of characters a fingerprint is written as, which bounds the column it is stored in.
public const int FingerprintLength = 64
Returns
- int
- The number of characters a fingerprint is written as, which bounds the column it is stored in.
Remarks
SHA-256 in lower-case hexadecimal, so the width is fixed whatever the identity behind it was.