ZOOM Windows SDK
5.2.42037.1112
|
Verification of the SSL certificate callback interface. More...
#include <network_connection_handler_interface.h>
Public Member Functions | |
virtual const wchar_t * | GetCertIssuedTo ()=0 |
Get the value of whom the SSL certificate is issued to. | |
virtual const wchar_t * | GetCertIssuedBy ()=0 |
Get the value that who issues the SSL certificate. | |
virtual const wchar_t * | GetCertSerialNum ()=0 |
Get the serial number of the SSL certificate. | |
virtual const wchar_t * | GetCertFingerprint ()=0 |
get the SSL certificate's fingerprint | |
virtual void | Trust ()=0 |
The SSL certificate is trusted. | |
virtual void | Cancel ()=0 |
The SSL certificate is not trusted. | |
Verification of the SSL certificate callback interface.