#### [Abblix\.SecurityEvents\.CAEP](https://www.abblix.com/en/docs/api/abblix-securityevents-caep 'index')
### [Abblix\.SecurityEvents\.CAEP](https://www.abblix.com/en/docs/api/abblix-securityevents-caep/Abblix.SecurityEvents.CAEP 'Abblix\.SecurityEvents\.CAEP').[AssuranceLevelChangePayload](https://www.abblix.com/en/docs/api/abblix-securityevents-caep/Abblix.SecurityEvents.CAEP.AssuranceLevelChangePayload '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](https://www.abblix.com/en/docs/api/abblix-securityevents-caep/Abblix.SecurityEvents.CAEP.AssuranceLevelChangePayload#Abblix.SecurityEvents.CAEP.AssuranceLevelChangePayload.Namespace 'Abblix\.SecurityEvents\.CAEP\.AssuranceLevelChangePayload\.Namespace') is a string rather than a closed enumeration\.

```csharp
public static class AssuranceLevelChangePayload.Namespaces
```

Inheritance [System\.Object](https://learn.microsoft.com/en-us/dotnet/api/system.object 'System\.Object') → Namespaces
### Fields

## AssuranceLevelChangePayload\.Namespaces\.IsoIec29115 Field {#Abblix.SecurityEvents.CAEP.AssuranceLevelChangePayload.Namespaces.IsoIec29115}

Values from ISO/IEC 29115\.

```csharp
public const string IsoIec29115 = "ISO-IEC-29115";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## AssuranceLevelChangePayload\.Namespaces\.NistAal Field {#Abblix.SecurityEvents.CAEP.AssuranceLevelChangePayload.Namespaces.NistAal}

NIST Authenticator Assurance Levels\.

```csharp
public const string NistAal = "NIST-AAL";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## AssuranceLevelChangePayload\.Namespaces\.NistFal Field {#Abblix.SecurityEvents.CAEP.AssuranceLevelChangePayload.Namespaces.NistFal}

NIST Federation Assurance Levels\.

```csharp
public const string NistFal = "NIST-FAL";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## AssuranceLevelChangePayload\.Namespaces\.NistIal Field {#Abblix.SecurityEvents.CAEP.AssuranceLevelChangePayload.Namespaces.NistIal}

NIST Identity Assurance Levels\.

```csharp
public const string NistIal = "NIST-IAL";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## AssuranceLevelChangePayload\.Namespaces\.Rfc6711 Field {#Abblix.SecurityEvents.CAEP.AssuranceLevelChangePayload.Namespaces.Rfc6711}

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

```csharp
public const string Rfc6711 = "RFC6711";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## AssuranceLevelChangePayload\.Namespaces\.Rfc8176 Field {#Abblix.SecurityEvents.CAEP.AssuranceLevelChangePayload.Namespaces.Rfc8176}

Values from RFC 8176, Authentication Method Reference Values\.

```csharp
public const string Rfc8176 = "RFC8176";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')
