IKEEXT_CERTIFICATE_CREDENTIAL0 structure (iketypes.h)

The IKEEXT_CERTIFICATE_CREDENTIAL0 structure is used to store credential information specific to certificate authentication. IKEEXT_CERTIFICATE_CREDENTIAL1 is available.

 

Syntax

typedef struct IKEEXT_CERTIFICATE_CREDENTIAL0_ {
  FWP_BYTE_BLOB subjectName;
  FWP_BYTE_BLOB certHash;
  UINT32        flags;
} IKEEXT_CERTIFICATE_CREDENTIAL0;

Members

subjectName

Encoded subject name of the certificate used for authentication.

See FWP_BYTE_BLOB for more information.

certHash

SHA thumbprint of the certificate.

See FWP_BYTE_BLOB for more information.

flags

Possible values:

IKEEXT_CERT_CREDENTIAL_FLAG_NAP_CERT

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header iketypes.h

See also

Windows Filtering Platform API Structures