Discuss this help topic in SecureBlackbox Forum
Adds a key to storage.
Declaration
Parameters
- SessionIndex - index of the session in the list.
- Key - Key to be added
- CopyPrivateKey - specifies if private key part will also be added. Default value is True
- Exportable - set this parameter to True to mark private key as exportable.
- ID - Key unique identifier
- KeyLabel - Key label
Description
Use this method to add a new key to SSH PKCS#11 key store.
Discuss this help topic in SecureBlackbox Forum