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

## Abblix\.SecurityEvents\.Events Namespace

| Classes | |
| :--- | :--- |
| [EventTypeRegistry](https://www.abblix.com/en/docs/api/abblix-securityevents/Abblix.SecurityEvents.Events.EventTypeRegistry 'Abblix\.SecurityEvents\.Events\.EventTypeRegistry') | Maps event identifier URIs to the payload types that model them, and deserializes payloads through that map\. |
| [UnknownEventPayload](https://www.abblix.com/en/docs/api/abblix-securityevents/Abblix.SecurityEvents.Events.UnknownEventPayload 'Abblix\.SecurityEvents\.Events\.UnknownEventPayload') | The payload of an event whose type is not registered, carried as raw JSON\. |

| Interfaces | |
| :--- | :--- |
| [IEventPayload](https://www.abblix.com/en/docs/api/abblix-securityevents/Abblix.SecurityEvents.Events.IEventPayload 'Abblix\.SecurityEvents\.Events\.IEventPayload') | Marks a type as the payload of an event statement \(RFC 8417 Section 2: the "payload" is the JSON object paired with an event identifier inside the "events" claim\)\. |
| [IEventPayloadPolicy](https://www.abblix.com/en/docs/api/abblix-securityevents/Abblix.SecurityEvents.Events.IEventPayloadPolicy 'Abblix\.SecurityEvents\.Events\.IEventPayloadPolicy') | What a deployment refuses to emit\. An event vocabulary's base specification says what a payload MAY carry; a profile a deployment claims can demand more of the same payload, and this is where that extra demand is stated\. |
