Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The CERT_LOGOTYPE_IMAGE structure contains information about an image logotype.
Syntax
typedef struct _CERT_LOGOTYPE_IMAGE {
CERT_LOGOTYPE_DETAILS LogotypeDetails;
PCERT_LOGOTYPE_IMAGE_INFO pLogotypeImageInfo;
} CERT_LOGOTYPE_IMAGE, *PCERT_LOGOTYPE_IMAGE;
Members
LogotypeDetails
A CERT_LOGOTYPE_DETAILS structure that contains additional information about the image.
pLogotypeImageInfo
The address of a CERT_LOGOTYPE_IMAGE_INFO structure that contains the image information.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | wincrypt.h |