Expand Minimize
This topic has not yet been rated - Rate this topic

KERB_CERTIFICATE_INFO structure

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 structure to contain the payload of the certificate.

InfoType

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

Requirements

Minimum supported client

Windows 8 [desktop apps only]

Minimum supported server

Windows Server 2012 [desktop apps only]

Header

Ntsecapi.h

 

 

Send comments about this topic to Microsoft

Build date: 1/2/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.