NET_DVR_CETTIFICATE_INFO

Certificate information structure

Structure Definition

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;

Members

dwSize

Structure size.

szIssuer

Certificate issuer.

szSubject

Certificate holder.

struStartTime

Start time of expiry date, refer to the structure NET_DVR_TIME for details.

struEndTime

End time of expiry date, refer to the structure NET_DVR_TIME for details.

byRes1

Reserved.