Skip to content

Abblix.SecurityEvents Namespace

Classes
EventsCollectionThe value of the "events" claim: the event statements a SET expresses, each a name/value pair whose name is the event identifier URI and whose value is the event's payload (RFC 8417 Section 2.2).
LogEventsThe event identifiers of this assembly's structured log messages. Runbooks key off the numbers, so an identifier stays stable across message-text edits; the XML docs here are the canonical allocation record.
LogEvents.BackChannelLogoutBack-channel logout intake: range 1100-1199.
LogEvents.CompositionComposition and dependency-injection wiring: range 1000-1099.
SecurityEventTokenA Security Event Token (SET): a JWT whose claims describe one or more aspects of a security event that occurred to a subject (RFC 8417 Section 2). This type is a typed view over the underlying JsonWebToken, naming the claims the SET profile gives meaning to.
SecurityEventTokenBuilderBuilds a SET whose envelope satisfies RFC 8417 by construction: the required claims are enforced, the "typ" header is fixed, and the one claim the profile forbids cannot be written.