Skip to main content
Table of Contents

Class LogEvents.KeyManagement

Namespace
Stratara.Diagnostics
Assembly
Stratara.Diagnostics.dll

Key-management event-IDs (112_000s) — emitted by the key-store startup probe and related lifecycle.

public static class LogEvents.KeyManagement
Inheritance
LogEvents.KeyManagement
Inherited Members

Fields

DummyKeyStoreActive

The resolved IKeyStore at host start is the development-only DummyKeyStore (warning).

public const int DummyKeyStoreActive = 112001

Field Value

int

KeyCreated

A new data-encryption-key version was created for a scope.

public const int KeyCreated = 112002

Field Value

int

KeyRevoked

A key version was revoked (single-version crypto-shred).

public const int KeyRevoked = 112004

Field Value

int

KeyRotated

A scope's key was rotated — a new current version was created.

public const int KeyRotated = 112003

Field Value

int

KeyStoreReloaded

The in-memory key-store state was reloaded from disk to pick up keys written by another process.

public const int KeyStoreReloaded = 112006

Field Value

int

ScopeCannotIsolate

A value was encrypted at a level naming a dimension that was absent, so its scope cannot isolate (warning, development only).

public const int ScopeCannotIsolate = 112007

Field Value

int

ScopeErased

All key versions for a scope were erased (GDPR Art. 17 crypto-shred).

public const int ScopeErased = 112005

Field Value

int