class TlsChannelCredentialsOptions

Defined at line 155 of file ../../third_party/grpc-migrating/src/include/grpcpp/security/tls_credentials_options.h

Contains configurable options on the client side.

Client side doesn't need to always use certificate provider. When the

certificate provider is not set, we will use the root certificates stored

in the system default locations, and assume client won't provide any

identity certificates(single side TLS).

It is used for experimental purposes for now and it is subject to change.

Public Methods

void set_verify_server_certs (bool verify_server_certs)

Sets the decision of whether to do a crypto check on the server certs.

The default is true.