SessionPresentedPayload Class
Session Presented (CAEP 1.0 Section 3.7): the transmitter observed the subject's session to be present at the moment EventTimestamp names - the signal receivers build activity anomaly detection and live-session inventories on.
public sealed record SessionPresentedPayload : Abblix.SecurityEvents.CAEP.CaepEventPayload, System.IEquatable<Abblix.SecurityEvents.CAEP.SessionPresentedPayload>Inheritance System.Object → CaepEventPayload → SessionPresentedPayload
Implements System.IEquatable<SessionPresentedPayload>
Properties
SessionPresentedPayload.ExternalId Property
OPTIONAL. The external session identifier correlating this session with a broader one (CAEP 1.0 Section 3.7.1).
public string? ExternalId { get; init; }Property Value
SessionPresentedPayload.FingerprintUserAgent Property
OPTIONAL. The user agent fingerprint the transmitter computed - qualities of the session, not its identity (CAEP 1.0 Section 3.7.1).
public string? FingerprintUserAgent { get; init; }