Method Create
- Namespace
- MailFathom.Application.Emails.Chunking
- Assembly
- MailFathom.Application.dll
Create(string)
Reads back a digest that was written earlier.
public static EmailChunkContentHash Create(string value)
Parameters
valuestringThe sixty-four lowercase hexadecimal characters a stored chunk carries.
Returns
- EmailChunkContentHash
The content hash.
Exceptions
- ArgumentNullException
Thrown when
valueis null.- ArgumentException
Thrown when the value is not a lowercase hexadecimal SHA-256 digest.