The EAPTLS_HASH structure contains the certificate hash.
typedef struct _EAPTLS_HASH {
DWORD cbHash;
BYTE pbHash[20];
} EAPTLS_HASH;
cbHash: This MUST contain the number of bytes in the hash.
pbHash: This MUST contain the hash of the certificate.