Skip to content

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.

C#
public sealed record SessionPresentedPayload : Abblix.SecurityEvents.CAEP.CaepEventPayload, System.IEquatable<Abblix.SecurityEvents.CAEP.SessionPresentedPayload>

Inheritance System.ObjectCaepEventPayload → 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).

C#
public string? ExternalId { get; init; }

Property Value

System.String

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).

C#
public string? FingerprintUserAgent { get; init; }

Property Value

System.String