PKU2U_CERT_BLOB structure (ntsecapi.h)
Specifies PKU2U certificate data.
Syntax
typedef struct _PKU2U_CERT_BLOB {
ULONG CertOffset;
USHORT CertLength;
} PKU2U_CERT_BLOB, *PPKU2U_CERT_BLOB;
Members
CertOffset
The number of bytes from the beginning of this structure in memory to the beginning of the certificate data.
CertLength
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 | ntsecapi.h |