SmartFTP FTP Library
|
The key manager can load and save keys from and to files.
IKeyManager
interface IKeyManager : IDispatch;
C++
ATL::CComPtr<sfFTPLib::IKeyManager> keyManager;
ATLENSURE_SUCCEEDED(keyManager.CoCreateInstance(__uuidof(sfFTPLib::KeyManager)))));
// Load key from file
ATL::CComPtr<sfFTPLib::IKey> key;
To generate a key see the example in the IOpenSSLKey documentation.
IKeyManager Methods |
Description |
Loads a key from a file. | |
Loads a key from the current user's certificate store ("My"). | |
Saves the key to a file. |
What do you think about this topic? Send feedback!
|
Copyright (c) by SmartSoft Ltd. All rights reserved.
|