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