struttura XHR_CERT (msxml6.h)
Definisce un buffer che punta a un certificato codificato.
Sintassi
typedef struct tagXHR_CERT {
DWORD cbCert;
BYTE *pbCert;
} XHR_CERT;
Members
cbCert
Dimensione, in byte, del certificato codificato.
pbCert
Puntatore al buffer che contiene il certificato codificato.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 8.1 [solo app desktop] |
Server minimo supportato | Windows Server 2012 R2 [solo app desktop] |
Intestazione | msxml6.h |