Method RevealBytes
- Namespace
- MailFathom.Domain.Accounts
- Assembly
- MailFathom.Domain.dll
RevealBytes()
Reveals the token's bytes, which is what a store seals.
public ReadOnlySpan<byte> RevealBytes()
Returns
- ReadOnlySpan<byte>
The material.
Exceptions
- ObjectDisposedException
Thrown when the material has already been erased.