Discuss this help topic in SecureBlackbox Forum
Adds a certificate to the storage.
Declaration
Parameters
- Certificate - the certificate object initialized by one of the LoadFrom methods.
- CopyPrivateKey - Specifies whether to copy the certificate's private key.
- accessGroup - specifies the keychain access group.
- accessibleThisDeviceOnly - set this parameter to True to make the certificate accessible only on this device.
- BindToExistingPrivateKey - set this parameter to True to bind the certificate to the existing private key.
- keychainPath - specifies the keychain path.
- setTrusted - set this parameter to True to always trust this certificate.
Description
Use this method to add certificates to the store.
When the certificate is copied to the storage, the original certificate object can be disposed if necessary.
Discuss this help topic in SecureBlackbox Forum