struttura CERT_QC_STATEMENTS_EXT_INFO (wincrypt.h)

La struttura CERT_QC_STATEMENTS_EXT_INFO contiene una sequenza di una o più istruzioni che costituiscono l'estensione certificate qualificato (QC) per un QC.

Sintassi

typedef struct _CERT_QC_STATEMENTS_EXT_INFO {
  DWORD              cStatement;
  PCERT_QC_STATEMENT rgStatement;
} CERT_QC_STATEMENTS_EXT_INFO, *PCERT_QC_STATEMENTS_EXT_INFO;

Members

cStatement

Valore che rappresenta le dimensioni, in byte, della matrice rgStatement .

rgStatement

Matrice di strutture CERT_QC_STATEMENT che contiene la sequenza di istruzioni che costituiscono l'estensione delle istruzioni QC.

Requisiti

   
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Intestazione wincrypt.h

Vedi anche

RFC 3280

RFC 3739