XHR_CERT structure (msxml6.h)
Defines a buffer that points to an encoded certificate.
Syntax
typedef struct tagXHR_CERT {
DWORD cbCert;
BYTE *pbCert;
} XHR_CERT;
Members
cbCert
The size, in bytes, of the encoded certificate.
pbCert
A pointer to the buffer that contains the encoded certificate.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8.1 [desktop apps only] |
Minimum supported server | Windows Server 2012 R2 [desktop apps only] |
Header | msxml6.h |