IKEEXT_CERTIFICATE_CREDENTIAL1 structure (iketypes.h)

The IKEEXT_CERTIFICATE_CREDENTIAL0 is available.

 

Syntax

typedef struct IKEEXT_CERTIFICATE_CREDENTIAL1_ {
  FWP_BYTE_BLOB subjectName;
  FWP_BYTE_BLOB certHash;
  UINT32        flags;
  FWP_BYTE_BLOB certificate;
} IKEEXT_CERTIFICATE_CREDENTIAL1;

Members

subjectName

Encoded subject name of the certificate used for authentication. Use CertNameToStr to convert the encoded name to string.

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

certificate

The encoded certificate. Use CertCreateCertificateContext to create a certificate context from the encoded certificate.

See FWP_BYTE_BLOB for more information.

Requirements

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

See also

FWP_BYTE_BLOB

Windows Filtering Platform API Structures