Download Microsoft CNG/KSP
Download Access
To download the software, you must be a registered support user.
If you are new to developing applications with a Securosys-HSM, you can obtain a free developer account by contacting us at info@securosys.com.
1. Download Link & Credentials
To download the Microsoft CNG/KSP Provider, retrieve the Download-Link-File from the Securosys Support Portal Knowledge Base article in the Download section. This file contains the credentials necessary for downloading the software package.
Support Portal: Download-Link-File
2. Software Download
Replace the variables CRED
, VERSION
with the values from the Download-Link-File.
- Unix
- Windows
- Browser
USER=support.reader.cng
CRED=REPLACE_ME
VERSION=latest
curl -L -XGET https://${USER}:${CRED}@securosys.jfrog.io/artifactory/cng/PrimusAPI_CNG-KSP-${VERSION}.zip -o PrimusAPI_CNG-KSP-${VERSION}.zip
set USER=support.reader.cng
set CRED=REPLACE_ME
set VERSION=latest
curl -L -o "PrimusAPI_CNG-KSP-%VERSION%.zip" https://%USER%:%CRED%@securosys.jfrog.io/artifactory/cng/PrimusAPI_CNG-KSP-%VERSION%.zip
Username: support.reader.cng