#### [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')

## SessionsRevokedPayload Class

Sessions Revoked \(RISC 1\.0 Section 2\.11\): all sessions of the account identified by the
subject have been revoked\. The event carries no attributes\.

```csharp
public sealed record SessionsRevokedPayload : Abblix.SecurityEvents.Events.IEventPayload, System.IEquatable<Abblix.SecurityEvents.RISC.SessionsRevokedPayload>
```

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

Implements [IEventPayload](https://www.abblix.com/en/docs/api/abblix-securityevents/Abblix.SecurityEvents.Events.IEventPayload 'Abblix\.SecurityEvents\.Events\.IEventPayload'), [System\.IEquatable&lt;](https://learn.microsoft.com/en-us/dotnet/api/system.iequatable-1 'System\.IEquatable\`1')[SessionsRevokedPayload](https://www.abblix.com/en/docs/api/abblix-securityevents-risc/Abblix.SecurityEvents.RISC.SessionsRevokedPayload 'Abblix\.SecurityEvents\.RISC\.SessionsRevokedPayload')[&gt;](https://learn.microsoft.com/en-us/dotnet/api/system.iequatable-1 'System\.IEquatable\`1')

### Remarks
The specification deprecates this event type: new implementations MUST transmit the CAEP
session\-revoked event instead\. The type exists here so a RECEIVER still understands
transmitters that predate the deprecation \- it is deliberately not marked obsolete, because
registering it for reception is exactly the supported use\.
