Skip to content

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.

C#
public static class AssuranceLevelChangePayload.Namespaces

Inheritance System.Object → Namespaces

Fields

AssuranceLevelChangePayload.Namespaces.IsoIec29115 Field

Values from ISO/IEC 29115.

C#
public const string IsoIec29115 = "ISO-IEC-29115";

Field Value

System.String

AssuranceLevelChangePayload.Namespaces.NistAal Field

NIST Authenticator Assurance Levels.

C#
public const string NistAal = "NIST-AAL";

Field Value

System.String

AssuranceLevelChangePayload.Namespaces.NistFal Field

NIST Federation Assurance Levels.

C#
public const string NistFal = "NIST-FAL";

Field Value

System.String

AssuranceLevelChangePayload.Namespaces.NistIal Field

NIST Identity Assurance Levels.

C#
public const string NistIal = "NIST-IAL";

Field Value

System.String

AssuranceLevelChangePayload.Namespaces.Rfc6711 Field

Values from RFC 6711, the IANA Level of Assurance profiles registry.

C#
public const string Rfc6711 = "RFC6711";

Field Value

System.String

AssuranceLevelChangePayload.Namespaces.Rfc8176 Field

Values from RFC 8176, Authentication Method Reference Values.

C#
public const string Rfc8176 = "RFC8176";

Field Value

System.String