Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.