| GRPC Core
    10.0.0
    | 
Object that holds a private key / certificate chain pair in PEM format. More...
#include <grpc_security.h>
| Data Fields | |
| const char * | private_key | 
| private_key is the NULL-terminated string containing the PEM encoding of the client's private key.  More... | |
| const char * | cert_chain | 
| cert_chain is the NULL-terminated string containing the PEM encoding of the client's certificate chain.  More... | |
Object that holds a private key / certificate chain pair in PEM format.
| const char* grpc_ssl_pem_key_cert_pair::cert_chain | 
cert_chain is the NULL-terminated string containing the PEM encoding of the client's certificate chain.
| const char* grpc_ssl_pem_key_cert_pair::private_key | 
private_key is the NULL-terminated string containing the PEM encoding of the client's private key.
 1.8.16
 1.8.16