Discuss this help topic in SecureBlackbox Forum
Adds the certificate to the system storage
Declaration
Parameters
- Certificate - Certificate object, initialized by LoadFromBuffer method
- StoreName - System store name, where to put the certificate.
- CopyPrivateKey - True - private key will be copied when certificate is added.
False - private key will not be copied.
- Exportable - True - private key will be marked as exportable.
False - private key will not be marked as exportable.
- Protected - True - private key will be marked as protected.
False - private key will not be marked as protected.
- BindToExistingPrivateKey - True - certificate will be bound to existing private key.
- PrivateKeyContainerName - Specifies private key container.
Description
Use this method to add certificate to system certificate store.
If the store name is not specified, the certificate is added to the ROOT system store.
Note, that dependently on your system settings, Windows may ask you whether you want to
add certificate to its system store.
Discuss this help topic in SecureBlackbox Forum