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