2.2.3.2.45 WMDRMRLVICERTCHAIN

The WMDRMRLVICERTCHAIN structure describes the certificate chain used to sign the REV_INFO structure.

 typedef struct {
   DWORD dwCount[];
   BYTE rgCertChain[];
 } WMDRMRLVICERTCHAIN;

dwCount: Length, in bytes, of the data in rgCertChain.

rgCertChain: Certificate chain representing the entity used to sign the REV_INFO structure.