5 lines
No EOL
133 B
C#
5 lines
No EOL
133 B
C#
using Microsoft.EntityFrameworkCore;
|
|
|
|
namespace IdentityShroud.Core.Security;
|
|
|
|
public record EncryptedDek(KekId KekId, byte[] Value); |