Certificate information structure
struct{ DWORD dwSize; char szIssuer[MAX_CERTIFICATE_ISSUER_LEN/*64*/]; char szSubject[MAX_CERTIFICATE_SUBJECT_LEN/*64*/]; NET_DVR_TIME struStartTime; NET_DVR_TIME struEndTime; BYTE byRes1[1024]; }NET_DVR_CETTIFICATE_INFO, *LPNET_DVR_CETTIFICATE_INFO;
Structure size.
Certificate issuer.
Certificate holder.
Start time of expiry date, refer to the structure NET_DVR_TIME for details.
End time of expiry date, refer to the structure NET_DVR_TIME for details.
Reserved.