Skip to main content
Table of Contents

Class LogEvents.ApiKeys

Namespace
Stratara.Diagnostics
Assembly
Stratara.Diagnostics.dll

API-key lifecycle event-IDs (116_000s) — emitted by the API-key store.

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

Fields

KeyImportDiffers

An import repeated an already-stored key with different parameters; the stored key was left untouched (warning).

public const int KeyImportDiffers = 116103

Field Value

int

KeyImportNoOp

An import found the key value already stored and left it untouched (idempotent repeat).

public const int KeyImportNoOp = 116002

Field Value

int

KeyImported

A caller-supplied machine key was imported and is now stored.

public const int KeyImported = 116001

Field Value

int