GRPC C++  1.62.0
Data Fields
grpc_ssl_pem_key_cert_pair Struct Reference

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...
 

Detailed Description

Object that holds a private key / certificate chain pair in PEM format.

Field Documentation

◆ cert_chain

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.

◆ private_key

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.


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