This is a wrapper around the functions found in kdrive_express_keyring.h.
More...
#include <Keyring.h>
|
| ~Keyring () |
| Destructor cleans up unmanaged and managed resources. More...
|
|
int | GetId () |
|
void | ImportKnxKeys (System::String^ filename, System::String^ password) |
| Imports an ETS keyring project file (*.knxkeys) More...
|
|
void | Remove () |
| Removes a keyring project Returns true if successfully released false otherwise (i.e. More...
|
|
System::String ^ | GetProjectName () |
| Gets keyring project name.
|
|
System::String ^ | GetProjectCreator () |
| Gets keyring project creator (e.g. More...
|
|
|
| !Keyring () |
| Finalizer (non-deterministic destructor) cleans up unmanaged resources.
|
|
This is a wrapper around the functions found in kdrive_express_keyring.h.
◆ ~Keyring()
kdrive::express::bindings::Keyring::~Keyring |
( |
| ) |
|
|
inline |
Destructor cleans up unmanaged and managed resources.
- Note
- It's high recommended to call dispose to release the unmanaged resources
◆ GetProjectCreator()
System::String ^ kdrive::express::bindings::Keyring::GetProjectCreator |
( |
| ) |
|
|
inline |
Gets keyring project creator (e.g.
ETS 5.7 (Build 619))
◆ ImportKnxKeys()
void kdrive::express::bindings::Keyring::ImportKnxKeys |
( |
System::String^ |
filename, |
|
|
System::String^ |
password |
|
) |
| |
|
inline |
Imports an ETS keyring project file (*.knxkeys)
- Parameters
-
[in] | filename | the ETS keyring filename |
[in] | password | the password for encrypt the keyring file |
◆ Remove()
void kdrive::express::bindings::Keyring::Remove |
( |
| ) |
|
|
inline |
Removes a keyring project Returns true if successfully released false otherwise (i.e.
the descriptor wasn't found).
The documentation for this class was generated from the following file: