An application can customize the certificate verification process by implementing the CertificateVerifier interface.
More...
#include <IceSSL/IceSSL.h>
An application can customize the certificate verification process by implementing the CertificateVerifier interface.
◆ ~CertificateVerifier()
| virtual IceSSL::CertificateVerifier::~CertificateVerifier |
( |
| ) |
|
|
virtual |
◆ verify()
Determines whether to accept a certificate.
- Parameters
-
| info | Information about the connection. |
- Returns
- False if the connection should be rejected, or true to allow it.
The documentation for this class was generated from the following file: