5 lines
100 B
C#
5 lines
100 B
C#
namespace IdentityShroud.Core.Security;
|
|
|
|
public record EncryptedValue(DekId DekId, byte[] Value);
|
|
|
|
|