2.2.3.2.47 WMDRMRLVISIGNATURE

The WMDRMRLVISIGNATURE structure describes the cryptographic signature associated with a given REV_INFO structure.

 typedef struct {
   BYTE bSignatureType[];
   BYTE bSignature[128];
 } WMDRMRLVISIGNATURE;

bSignatureType: MUST be 0x02.

bSignature: RSA/SHA1 signature value.