|
Meeting SDK for macOS API Reference
|
Helper interface for SSL certificate verification. More...
#include <ZoomSDKNetworkService.h>
Inherits NSObject.
Instance Methods | |
| (NSString *) | - getCertIssueTo |
| The certificate is issued to whom. | |
| (NSString *) | - getCertIssueBy |
| The certificate is issued by whom. | |
| (NSString *) | - getCertSerialNum |
| Get serial number of certificate. | |
| (NSString *) | - getCertFingerprint |
| Get fingerprint of certificate. | |
| (void) | - trust |
| Trust the certificate. | |
| (void) | - cancel |
| Cancel the certificate. | |
Helper interface for SSL certificate verification.
Definition at line 71 of file ZoomSDKNetworkService.h.
| - (void) cancel |
Cancel the certificate.
| - (NSString *) getCertFingerprint |
Get fingerprint of certificate.
| - (NSString *) getCertIssueBy |
The certificate is issued by whom.
| - (NSString *) getCertIssueTo |
The certificate is issued to whom.
| - (NSString *) getCertSerialNum |
Get serial number of certificate.
| - (void) trust |
Trust the certificate.