https://github.com/infamousjoeg/aimdotnetexample
CyberArk Application Identity Manager (AIM) Credential Provider NetPasswordSDK .Net Example
https://github.com/infamousjoeg/aimdotnetexample
aim credential-provider csharp cyberark dot-net enterprise-password-vault epv
Last synced: about 2 months ago
JSON representation
CyberArk Application Identity Manager (AIM) Credential Provider NetPasswordSDK .Net Example
- Host: GitHub
- URL: https://github.com/infamousjoeg/aimdotnetexample
- Owner: infamousjoeg
- License: mit
- Created: 2017-05-11T13:31:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-13T01:29:27.000Z (over 7 years ago)
- Last Synced: 2025-03-27T13:39:36.133Z (2 months ago)
- Topics: aim, credential-provider, csharp, cyberark, dot-net, enterprise-password-vault, epv
- Language: C#
- Homepage: https://git.joeco.de/AIMDotNetExample
- Size: 179 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# AIMDotNetExample
AIMDotNetExample is an example of how to securely retrieve credentials from CyberArk's Enterprise Password Vault (EPV) by using CyberArk's Application Identity Manager (AIM) Credential Provider (CP) which utilizes the NetPasswordSDK.dll secure wrapper.
# New Features!
- Updated for .NET Framework 4.5.2
- Created using C# language
- Fully commented for your viewing pleasure### Testing
AIMDotNetExample was tested on the following configuration:
* Visual Studio 2015 for referencing NetPasswordSDK.dll
* You will need to provide your own NetPasswordSDK.dll file from the ApplicationIdentityManagerSDK
* Enterprise Password Vault (EPV) version 9.9
* Application Identity Manager (AIM) Credential Provider (CP) version 9.9### Todos
- Allow for user input before displaying values in MessageBox