EapCertificateCredential structure (eaptypes.h)
The EapCertificateCredential structure contains information about the certificate that the EAP method uses for authentication.
typedef struct _EapCertificateCredential {
BYTE certHash[CERTIFICATE_HASH_LENGTH];
LPWSTR password;
} EapCertificateCredential;
certHash[CERTIFICATE_HASH_LENGTH]
SHA1 hash of the certificate.
password
If the certificate is present on the system and strong private key protection is turned on for this certificate, this field contains the password to access the certificate.
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Header | eaptypes.h |