using Microsoft.EntityFrameworkCore; namespace IdentityShroud.Core.Contracts; [Owned] public record EncryptedValue(string KeyId, byte[] Value);