KERB_CERTIFICATE_INFO structure (ntsecapi.h)

The KERB_CERTIFICATE_INFO structure contains the certificate information.

Syntax

typedef struct _KERB_CERTIFICATE_INFO {
  ULONG CertInfoSize;
  ULONG InfoType;
} KERB_CERTIFICATE_INFO, *PKERB_CERTIFICATE_INFO;

Members

CertInfoSize

The size, in bytes, of the KERB_CERTIFICATE_INFO structure including the marshaled payload which is a structure of type specified in the InfoType parameter and immediately follows the KERB_CERTIFICATE_INFO structure in contiguous memory.

InfoType

A value of the KERB_CERTIFICATE_INFO_TYPE enumeration that specifies the type of certificate information that is provided.

Requirements

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