Share via


IKEEXT_CERTIFICATE_CREDENTIAL0 (Compact 2013)

3/26/2014

This structure is used to store credential information specific to certificate authentication.

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 topic FWP_BYTE_BLOB for more information.

  • certHash
    SHA thumbprint of the certificate.

    See topic FWP_BYTE_BLOB for more information.

  • flags
    Possible values:

    IKEEXT_CERT_CREDENTIAL_FLAG_NAP_CERT

Requirements

Header

fwpmu.h

See Also

Reference

WFP IKE Structures

Other Resources

Windows Filtering Platform