3 lines
95 B
C#
3 lines
95 B
C#
|
|
namespace IdentityShroud.Core.Security;
|
||
|
|
|
||
|
|
public record EncryptedDek(KekId KekId, byte[] Value);
|