class NoOpCertificateVerifier
Defined at line 227 of file ../../third_party/grpc-migrating/src/include/grpcpp/security/tls_certificate_verifier.h
A CertificateVerifier that doesn't perform any additional checks other than
certificate verification, if specified.
Note: using this solely without any other authentication mechanisms on the
peer identity will leave your applications to the MITM(Man-In-The-Middle)
attacks. Users should avoid doing so in production environments.
Public Methods
void NoOpCertificateVerifier ()