CERT_OTHER_LOGOTYPE_INFO structure (wincrypt.h)

The CERT_OTHER_LOGOTYPE_INFO structure contains information about logo types that are not predefined.

Syntax

typedef struct _CERT_OTHER_LOGOTYPE_INFO {
  LPSTR              pszObjId;
  CERT_LOGOTYPE_INFO LogotypeInfo;
} CERT_OTHER_LOGOTYPE_INFO, *PCERT_OTHER_LOGOTYPE_INFO;

Members

pszObjId

The address of a null-terminated ANSI string that contains the object identifier of the logo type. This can be one of the following values.

Value Meaning
szOID_LOYALTY_OTHER_LOGOTYPE
"1.3.6.1.5.5.7.20.1"
The logo is a loyalty logo.
szOID_BACKGROUND_OTHER_LOGOTYPE
"1.3.6.1.5.5.7.20.2"
The logo is a background logo.

LogotypeInfo

A CERT_LOGOTYPE_INFO structure that contains the logo type information.

Requirements

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