struttura CMC_TAGGED_REQUEST (wincrypt.h)
La struttura CMC_TAGGED_REQUEST viene utilizzata nelle strutture CMC_DATA_INFO per richiedere un certificato. In futuro, può essere usato per altre richieste.
Sintassi
typedef struct _CMC_TAGGED_REQUEST {
DWORD dwTaggedRequestChoice;
union {
PCMC_TAGGED_CERT_REQUEST pTaggedCertRequest;
} DUMMYUNIONNAME;
} CMC_TAGGED_REQUEST, *PCMC_TAGGED_REQUEST;
Members
dwTaggedRequestChoice
DWORD che identifica il membro dell'unione da utilizzare. CMC_TAGGED_CERT_REQUEST_CHOICE possibile utilizzare per selezionare il CMC_TAGGED_CERT_REQUEST.
DUMMYUNIONNAME
DUMMYUNIONNAME.pTaggedCertRequest
Puntatore a una struttura CMC_TAGGED_CERT_REQUEST contenente la richiesta di certificato firmata.
Commenti
È possibile definire membri aggiuntivi dell'unione nelle versioni future.
Requisiti
Client minimo supportato | Windows XP [solo app desktop] |
Server minimo supportato | Windows Server 2003 [solo app desktop] |
Intestazione | wincrypt.h |