Meeting SDK for macOS API Reference
|
#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. | |
Definition at line 52 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.