Table of Contents

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

KeyId string

The identifier a sealed value names its key by, which is persisted and therefore never changes.

Material ConfiguredSecret

The reference to base64 material that decodes to an AES-256 key.