Private Keys Depot on Skater Vault Cloud interface

   Published: 27 Oct 2024
Using Private Keys Depot on Skater Vault Cloud

# Prerequisites

- Install Skater.Cloud.Vault from NuGet Gallery.

# Steps

1. Create a Private Key:
- Use the API to create a new private key in the depot. Specify its properties and store it securely.

2. Manage Keys:
- Retrieve, modify, or delete keys as needed.
- Get all keys, update properties, or remove specific keys from the depot.

3. Integrate into Your Application:
- Incorporate the Skater.Cloud.Vault library into your .NET application.
- Access and use the keys stored in the depot securely.

# Example Integration

For more detailed instructions and a hands-on example, check out the GitHub repository that demonstrates integrating Private Keys Depot with a .NET Windows Forms application.