Video SDK for iOS API Reference
|
#include <ZoomVideoSDKNetworkConnectionHelper.h>
Inherits NSObject.
Properties | |
NSString *_Nullable | certIssuedTo |
Get the value of whom the SSL certificate is issued to. | |
NSString *_Nullable | certIssuedBy |
Get the value that who issues the SSL certificate. | |
NSString *_Nullable | certSerialNum |
Get the serial number of the SSL certificate. | |
NSString *_Nullable | certFingerprint |
Get the SSL certificate's fingerprint. | |
Definition at line 50 of file ZoomVideoSDKNetworkConnectionHelper.h.
|
readnonatomiccopy |
Get the SSL certificate's fingerprint.
Definition at line 70 of file ZoomVideoSDKNetworkConnectionHelper.h.
|
readnonatomiccopy |
Get the value that who issues the SSL certificate.
Definition at line 60 of file ZoomVideoSDKNetworkConnectionHelper.h.
|
readnonatomiccopy |
Get the value of whom the SSL certificate is issued to.
Definition at line 55 of file ZoomVideoSDKNetworkConnectionHelper.h.
|
readnonatomiccopy |
Get the serial number of the SSL certificate.
Definition at line 65 of file ZoomVideoSDKNetworkConnectionHelper.h.