Cloud Private Keys Vault interface

   Published: 3 Dec 2024
KeysDepot class offers a convenient interface for making calls to the Private Keys Depot.
The API is .NET idiomatic Client library for Rustemsoft Cloud services.
With Skater Private Keys Depot key management system you are the ultimate custodian of your data, you can manage cryptographic keys in the cloud in the same ways you do on-premises, and you have a provable and monitorable root of trust over your data.KeysDepot class is a part of Skater.Cloud.Vault namespace. Cloud Skater Private Keys Depot allows you to create, import, and manage cryptographic keys and perform cryptographic operations in a single centralized cloud service that can be utilized .NET development projects. You can use these keys and perform these operations by using Skater Private Keys Depot directly, by using cloud web interface, or by using KeysDepot Class integrations within your developed .NET application source code.

The key value can be retrieved programmatically through your .NET applications by using special Skater Private Keys Depot API library. The interface is useful to modify a key. NOTE. If the updated Key is already in use, before delete or modify it, you must update your application that retrieves it from Skater Private Key Depot. After you done your key modification, it will be cryptographically encrypted and stored onto Depot cloud server. Otherwise, your app will wrongly call the deleted Key or if it's modified will retrieve a logically wrong value. You can reference that dll into your .NET app by using Nuget Package Manager Console within Visual Studio. That defined key then can be easily added, modified, and read to/from Keys Depot within your .NET application.