Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
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 |
See also
Feedback
Was this page helpful?
