API Reference
Class
ProtectedApiKey
Represents an encrypted API key entry stored in service.json.
Inheritance
- Object
- ProtectedApiKey
Constructors
public ProtectedApiKey() #Inherited Methods
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.