|
Video SDK for iOS API Reference
|
#include <ZoomVideoSDKNetworkConnectionHelper.h>
Inherits NSObject.
Properties | |
| NSString *_Nullable | certIssuedTo |
| Gets the value of whom the SSL certificate is issued to. | |
| NSString *_Nullable | certIssuedBy |
| Gets the value of who issues the SSL certificate. | |
| NSString *_Nullable | certSerialNum |
| Gets the serial number of the SSL certificate. | |
| NSString *_Nullable | certFingerprint |
| Gets the SSL certificate's fingerprint. | |
Definition at line 47 of file ZoomVideoSDKNetworkConnectionHelper.h.
|
readnonatomiccopy |
Gets the SSL certificate's fingerprint.
Definition at line 67 of file ZoomVideoSDKNetworkConnectionHelper.h.
|
readnonatomiccopy |
Gets the value of who issues the SSL certificate.
Definition at line 57 of file ZoomVideoSDKNetworkConnectionHelper.h.
|
readnonatomiccopy |
Gets the value of whom the SSL certificate is issued to.
Definition at line 52 of file ZoomVideoSDKNetworkConnectionHelper.h.
|
readnonatomiccopy |
Gets the serial number of the SSL certificate.
Definition at line 62 of file ZoomVideoSDKNetworkConnectionHelper.h.