Discuss this help topic in SecureBlackbox Forum
Adds the certificate to the storage
Declaration
Parameters
- Certificate - Certificate object, initialized byLoadFromBuffer method
- CopyPrivateKey - True - private key will be copied when certifiate is added.False - private key will not be copied.
- accessGroup - ...
- accessibleThisDeviceOnly - ...
- BindToExistingPrivateKey - ...
- keychainPath - ...
- setTrusted - ...
Description
Use this method in derived classes to add
certificate to store. The certificate is copied to the storage and
original certificate can be disposed of if necessary.
Discuss this help topic in SecureBlackbox Forum