Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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[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.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 [desktop apps only] |
| Minimum supported server | Windows Server 2012 [desktop apps only] |
| Header | eaptypes.h |