Constructor DataEncryptionKeyReference
- Namespace
- MailFathom.Infrastructure.DataEncryption
- Assembly
- MailFathom.Infrastructure.dll
DataEncryptionKeyReference(string, ConfiguredSecret)
One configured key: the identifier stored beside every value it seals, and where its material comes from.
public DataEncryptionKeyReference(string KeyId, ConfiguredSecret Material)
Parameters
KeyIdstringThe identifier a sealed value names its key by, which is persisted and therefore never changes.
MaterialConfiguredSecretThe reference to base64 material that decodes to an AES-256 key.