Discuss this help topic in SecureBlackbox Forum
Adds keys to the storage.
Declaration
Parameters
- KeyMaterial - contains the key to be added
- CopyPrivateKey - specifies if private part of the key should be 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 - contains key ID
- KeyLabel - contains key label
Return value
Index of the newly added key in the list.
Description
Use this method to add a key to the cryptotoken storage.
Discuss this help topic in SecureBlackbox Forum