namespace IdentityShroud.Core.Security; /// /// Contains a KEK and associated relevant data. This structure /// /// /// /// /// public record KeyEncryptionKey(KekId Id, bool Active, string Algorithm, byte[] Key);