IdentityShroud/IdentityShroud.Core/Security/EncryptedDek.cs
eelke 1a8c63808a Switch Owned value types to ComplexProperty which is better fit.
This requires fluent configuration. Also made some conversion registration context wide.
2026-02-28 08:18:30 +01:00

5 lines
No EOL
133 B
C#

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