CERT_LOGOTYPE_REFERENCE structure (wincrypt.h)

The CERT_LOGOTYPE_REFERENCE structure contains logotype reference information.

Syntax

typedef struct _CERT_LOGOTYPE_REFERENCE {
  DWORD            cHashedUrl;
  PCERT_HASHED_URL rgHashedUrl;
} CERT_LOGOTYPE_REFERENCE, *PCERT_LOGOTYPE_REFERENCE;

Members

cHashedUrl

The number of elements in the rgHashedUrl array.

rgHashedUrl

An array of CERT_HASHED_URL structures that contain the hashed URL 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