#### [Abblix\.SecurityEvents\.RISC](https://www.abblix.com/en/docs/api/abblix-securityevents-risc 'index')
### [Abblix\.SecurityEvents\.RISC](https://www.abblix.com/en/docs/api/abblix-securityevents-risc/Abblix.SecurityEvents.RISC 'Abblix\.SecurityEvents\.RISC')

## RiscClaimNames Class

The wire names of the event\-specific claims RISC 1\.0 defines, spelled exactly as the
specification spells them \- including the one hyphenated outlier\.

```csharp
public static class RiscClaimNames
```

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

## RiscClaimNames\.CredentialType Field {#Abblix.SecurityEvents.RISC.RiscClaimNames.CredentialType}

The type of the compromised credential \(RISC 1\.0 Section 2\.7\)\.

```csharp
public const string CredentialType = "credential_type";
```

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

## RiscClaimNames\.EventTimestamp Field {#Abblix.SecurityEvents.RISC.RiscClaimNames.EventTimestamp}

When the transmitter discovered the compromise \(RISC 1\.0 Section 2\.7\)\.

```csharp
public const string EventTimestamp = "event_timestamp";
```

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

## RiscClaimNames\.NewValue Field {#Abblix.SecurityEvents.RISC.RiscClaimNames.NewValue}

The new value of a changed identifier \(RISC 1\.0 Section 2\.5\)\. The specification spells
this one with a hyphen, unlike every underscore\-separated claim around it\.

```csharp
public const string NewValue = "new-value";
```

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

## RiscClaimNames\.Reason Field {#Abblix.SecurityEvents.RISC.RiscClaimNames.Reason}

Why the account was disabled \(RISC 1\.0 Section 2\.3\)\.

```csharp
public const string Reason = "reason";
```

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

## RiscClaimNames\.ReasonAdmin Field {#Abblix.SecurityEvents.RISC.RiscClaimNames.ReasonAdmin}

The reason intended for administrators \(RISC 1\.0 Section 2\.7\)\.

```csharp
public const string ReasonAdmin = "reason_admin";
```

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

## RiscClaimNames\.ReasonUser Field {#Abblix.SecurityEvents.RISC.RiscClaimNames.ReasonUser}

The reason intended for end users \(RISC 1\.0 Section 2\.7\)\.

```csharp
public const string ReasonUser = "reason_user";
```

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