Abblix.SecurityEvents.CAEP.AssuranceLevelChangePayload
AssuranceLevelChangePayload.Namespaces Class
The level namespaces Section 3.4.1 names. The set is open: any other value is an alias for a custom namespace the two parties agreed on, which is why Namespace is a string rather than a closed enumeration.
public static class AssuranceLevelChangePayload.NamespacesInheritance System.Object → Namespaces
Fields
AssuranceLevelChangePayload.Namespaces.IsoIec29115 Field
Values from ISO/IEC 29115.
public const string IsoIec29115 = "ISO-IEC-29115";Field Value
AssuranceLevelChangePayload.Namespaces.NistAal Field
NIST Authenticator Assurance Levels.
public const string NistAal = "NIST-AAL";Field Value
AssuranceLevelChangePayload.Namespaces.NistFal Field
NIST Federation Assurance Levels.
public const string NistFal = "NIST-FAL";Field Value
AssuranceLevelChangePayload.Namespaces.NistIal Field
NIST Identity Assurance Levels.
public const string NistIal = "NIST-IAL";Field Value
AssuranceLevelChangePayload.Namespaces.Rfc6711 Field
Values from RFC 6711, the IANA Level of Assurance profiles registry.
public const string Rfc6711 = "RFC6711";Field Value
AssuranceLevelChangePayload.Namespaces.Rfc8176 Field
Values from RFC 8176, Authentication Method Reference Values.
public const string Rfc8176 = "RFC8176";