IdentityShroud/IdentityShroud.Core/Security/EncryptedDek.cs

6 lines
141 B
C#
Raw Normal View History

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