I’ve been using the same code to use the CyberArk application password SDK, but suddenly it stopped working.
I then checked the code and I see the following error:
The type or namespace name 'AIM' does not exist in the namespace 'CyberArk'
I’m using the reference from CyberArk’s CyberArkApplicationPasswordSdk
installation folder on Windows (C:Program FilesApplicationPasswordSdk
)
And looks like I’m using everything according to the docs here: https://docs.cyberark.com/credential-providers/latest/en/Content/CP%20and%20ASCP/Net-Application-Password-SDK.htm
- .NET Framework version is 4.8
- NetStandardPasswordSDK.dll version is 14.0.0.2
What can cause the sudden change?