TestimoX

API Reference

Class

ProtectedApiKey

Namespace TestimoX.Configuration.Service
Assembly TestimoX
Modifiers sealed

Represents an encrypted API key entry stored in service.json.

Inheritance

  • Object
  • ProtectedApiKey

Constructors

Properties

public String Name { get; set; } #

Friendly name/owner label for the key.

public String Encrypted { get; set; } #

Base64 DPAPI-protected key material.

public String Algorithm { get; set; } #

Algorithm hint (e.g., DPAPI-LocalMachine, DPAPI-CurrentUser, or PLAINTEXT on non-Windows).

public Nullable<DateTimeOffset> LastSetUtc { get; set; } #

Timestamp when the key was last set.