IdentityShroud/IdentityShroud.Core/Security/EncryptedValue.cs

5 lines
100 B
C#

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