using Microsoft.EntityFrameworkCore; namespace IdentityShroud.Core.Security; [Owned] public record EncryptedDek(KekId KekId, byte[] Value);