Class settings
#include <keychain/settings.hpp>
Namespace: keychain
Inheritance: settings
Description
settings
is an object representing a valid Keychain configuration and license.
Creation of this object will contact Keychain servers to verify the license in the configuration file. Failure to validate the license will cause the object creation to fail as well.
This object is opaque and should only be used to pass around to other objects that need it, such as gateway
and monitor
. Although there are public member functions, they are deprecated and should not be used by new projects.
This object is created indirectly via As such, no constructor is available in this class. |
Since: v2.0