CERT_LOGOTYPE_DETAILS structure (wincrypt.h)

The CERT_LOGOTYPE_DETAILS structure contains additional information about a logotype.

Syntax

typedef struct _CERT_LOGOTYPE_DETAILS {
  LPWSTR           pwszMimeType;
  DWORD            cHashedUrl;
  PCERT_HASHED_URL rgHashedUrl;
} CERT_LOGOTYPE_DETAILS, *PCERT_LOGOTYPE_DETAILS;

Members

pwszMimeType

The address of a null-terminated Unicode string that contains the Multipurpose Internet Mail Extensions (MIME) type of the logotype.

cHashedUrl

The number of elements in the rgHashedUrl array.

rgHashedUrl

An array of CERT_HASHED_URL structures that contain the hashed URLs of the logotype. The cHashedUrl member contains the number of elements in this array.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header wincrypt.h

See also

CERT_LOGOTYPE_AUDIO

CERT_LOGOTYPE_IMAGE