SEC_WINNT_AUTH_CERTIFICATE_DATA structure (sspi.h)

Specifies serialized certificate information.

Syntax

typedef struct _SEC_WINNT_AUTH_CERTIFICATE_DATA {
  unsigned short             cbHeaderLength;
  unsigned short             cbStructureLength;
  SEC_WINNT_AUTH_BYTE_VECTOR Certificate;
} SEC_WINNT_AUTH_CERTIFICATE_DATA, *PSEC_WINNT_AUTH_CERTIFICATE_DATA;

Members

cbHeaderLength

The size, in bytes, of the structure header.

cbStructureLength

The size, in bytes, of the certificate information.

Certificate

A structure that specifies the offset from the beginning of this structure and the size, in bytes, of the certificate data.

Requirements

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

See also

SEC_WINNT_AUTH_BYTE_VECTOR