EapCertificateCredential structure (eaptypes.h)

The EapCertificateCredential structure contains information about the certificate that the EAP method uses for authentication.

Syntax

typedef struct _EapCertificateCredential {
  BYTE   certHash[CERTIFICATE_HASH_LENGTH];
  LPWSTR password;
} EapCertificateCredential;

Members

certHash

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.

Requirements

   
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Header eaptypes.h

See also

EapCredential

EapCredentialType