2.2.20 ENCRYPTION_PROTECTOR_LIST

The ENCRYPTION_PROTECTOR_LIST<31> type is used to represent a set of ENCRYPTION_PROTECTOR protectors as specified in section 2.2.19.

 typedef struct _ENCRYPTION_PROTECTOR_LIST {
   DWORD nProtectors;
   [size_is(nProtectors)] PENCRYPTION_PROTECTOR* pProtectors;
 } ENCRYPTION_PROTECTOR_LIST, *PENCRYPTION_PROTECTOR_LIST

nProtectors: The number of DPAPI-NG protectors or RMS protectors in the pProtectors member. If DPAPI-NG protectors are present, RMS protectors MUST NOT be present, and vice versa.

pProtectors: A pointer to an array of pointers to ENCRYPTION_PROTECTOR (section 2.2.19) structures. This array is of size nProtectors.