Comment on page
NET Developer SDK
Keeper Commander .NET Developer SDK
Keeper Commander is written in Python and available on Github. We also have another Commander SDK which is written in .Net. This page describes the .Net version of Commander.
Keeper's .Net Commander tool provides basic vault access, a developer SDK for vault access and administrative functions:
https://github.com/Keeper-Security/keeper-sdk-dotnet
For source integration into your .Net code, please utilize the KeeperSDK Library source code:
https://github.com/Keeper-Security/keeper-sdk-dotnet/tree/release/KeeperSdk
Find detailed API documentation at the following URL:
https://keeper-security.github.io/gitbook-keeper-sdk/CSharp/html/R_Project_Documentation.htm
- .Net Framework 4.5
- .Net Core 2.1
- .Net Standard 2.0
For help with implementation of SDK features, please see the Sample Application:
https://github.com/Keeper-Security/keeper-sdk-dotnet/tree/master/Sample
The .Net Commander CLI Sample App contains several basic operations such as logging in, authentication with two-factor, loading and decrypting the vault and updating passwords.
Last modified 2mo ago