Contemporary data key management cloud system assemblies

   Published: 30 Sep 2024
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.
NOTE. That defined key then can be easily added, modified, and read to/from Keys Depot within your .NET application. The key value can be retrieved programmatically through your .NET applications by using special Skater Private Keys Depot API library. Otherwise, your app will wrongly call the deleted Key or if it's modified will retrieve a logically wrong value. The interface is useful to modify a key. You can reference that dll into your .NET app by using Nuget Package Manager Console within Visual Studio. After you done your key modification, it will be cryptographically encrypted and stored onto Depot cloud server.

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