aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
Loading...
Searching...
No Matches
Public Attributes | List of all members
Aws::Iot::Pkcs12Options Struct Reference

#include <MqttCommon.h>

Public Attributes

Crt::String pkcs12_file
 
Crt::String pkcs12_password
 

Detailed Description

A simple struct to hold the options for creating a PKCS12 builder. Used to differentiate the PKCS12 builder from other options in the mTLS builders.

Member Data Documentation

◆ pkcs12_file

Crt::String Aws::Iot::Pkcs12Options::pkcs12_file

◆ pkcs12_password

Crt::String Aws::Iot::Pkcs12Options::pkcs12_password

The documentation for this struct was generated from the following file: