struttura CERT_LOGOTYPE_EXT_INFO (wincrypt.h)

La struttura CERT_LOGOTYPE_EXT_INFO contiene un set di informazioni sul tipo di logo.

Sintassi

typedef struct _CERT_LOGOTYPE_EXT_INFO {
  DWORD                     cCommunityLogo;
  PCERT_LOGOTYPE_INFO       rgCommunityLogo;
  PCERT_LOGOTYPE_INFO       pIssuerLogo;
  PCERT_LOGOTYPE_INFO       pSubjectLogo;
  DWORD                     cOtherLogo;
  PCERT_OTHER_LOGOTYPE_INFO rgOtherLogo;
} CERT_LOGOTYPE_EXT_INFO, *PCERT_LOGOTYPE_EXT_INFO;

Members

cCommunityLogo

Numero di elementi nella matrice rgCommunityLogo .

rgCommunityLogo

Matrice di strutture CERT_LOGOTYPE_INFO che contengono i logotipi della community. Il membro cCommunityLogo contiene il numero di elementi in questa matrice.

pIssuerLogo

Indirizzo di una struttura di CERT_LOGOTYPE_INFO che contiene il logotype dell'autorità emittente. Questo membro è facoltativo e può essere NULL.

pSubjectLogo

Indirizzo di una struttura CERT_LOGOTYPE_INFO che contiene il logotipo del soggetto. Questo membro è facoltativo e può essere NULL.

cOtherLogo

Numero di elementi nella matrice rgOtherLogo .

rgOtherLogo

Matrice di strutture CERT_OTHER_LOGOTYPE_INFO che contengono qualsiasi altro logotipo. Il membro cOtherLogo contiene il numero di elementi in questa matrice.

Requisiti

   
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Intestazione wincrypt.h

Vedi anche

CryptDecodeObject

CryptEncodeObject

CryptEncodeObjectEx