Public Attributes | List of all members
grpc_ssl_pem_key_cert_pair Struct Reference

#include <grpc_security.h>

Public Attributes

const char * cert_chain
 
const char * private_key
 

Detailed Description

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

Definition at line 173 of file grpc_security.h.

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

Definition at line 180 of file grpc_security.h.

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

Definition at line 176 of file grpc_security.h.


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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:46