Discuss this help topic in SecureBlackbox Forum
Adds the certificate to storage
Declaration
Parameters
- X509Certificate - Certificate object
- CopyPrivateKey - specifies if certificate private key will be also added.
Default value is True
- SessionIndex - index of the session in the list.
- Exportable - True - private key will be marked as exportable.
False - private key will not be marked as exportable.
- ID - ...
- KeyLabel - ...
Description
Use this method to add certificate to certificate store.
Discuss this help topic in SecureBlackbox Forum