Method Create
- Namespace
- MailFathom.Application.SensitiveContent.Derivation
- Assembly
- MailFathom.Application.dll
Create(string)
Reads back a stamp that was written earlier.
public static SensitiveContentDerivationStamp Create(string value)
Parameters
valuestringThe sixty-four lowercase hexadecimal characters a derived row carries.
Returns
- SensitiveContentDerivationStamp
The stamp.
Exceptions
- ArgumentNullException
Thrown when
valueis null.- ArgumentException
Thrown when the value is not a lowercase hexadecimal SHA-256 digest.