grpc_ssl_pem_key_cert_pair

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C)
struct grpc_ssl_pem_key_cert_pair {}

Members

Variables

cert_chain
const(char)* cert_chain;
Undocumented in source.
private_key
const(char)* private_key;
Undocumented in source.

Meta