Skip to content

Abblix.SecurityEvents.CAEP.AssuranceLevelChangePayload

AssuranceLevelChangePayload.ChangeDirections Class

The values the "change_direction" member may carry (CAEP 1.0 Section 3.4.1).

C#
public static class AssuranceLevelChangePayload.ChangeDirections

Inheritance System.Object → ChangeDirections

Fields

AssuranceLevelChangePayload.ChangeDirections.Decrease Field

The assurance level decreased.

C#
public const string Decrease = "decrease";

Field Value

System.String

AssuranceLevelChangePayload.ChangeDirections.Increase Field

The assurance level increased.

C#
public const string Increase = "increase";

Field Value

System.String