IKEEXT_CERT_EKUS0 structure (iketypes.h)

The IKEEXT_CERT_EKUS0 structure contains information about the extended key usage (EKU) properties of a certificate.

Syntax

typedef struct IKEEXT_CERT_EKUS0_ {
  ULONG numEku;
  LPSTR *eku;
} IKEEXT_CERT_EKUS0;

Members

numEku

Type: ULONG

The number of EKUs in the eku member.

eku

Type: LPSTR*

The list of EKU object identifiers (OIDs).

Requirements

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