|
| enum | Flags { Default = 0
} |
| |
|
|
| EncryptionDetails (Flags flags, std::string server_ca, std::string hostname, std::string client_cert="", std::string client_key="") |
| | Struct which contains certificates and options.
|
| |
|
| EncryptionDetails (std::string server_ca, std::string hostname, std::string client_cert="", std::string client_key="") |
| |
|
|
enum PdCom::SecureProcess::EncryptionDetails::Flags | flags_ |
| |
|
std::string | server_ca_ |
| |
|
std::string | server_hostname_ |
| |
|
std::string | client_cert_ |
| |
|
std::string | client_key_ |
| |
The documentation for this struct was generated from the following file: