IdentityShroud/IdentityShroud.Core/Security/EncryptedDek.cs

3 lines
No EOL
95 B
C#

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