struttura CERT_ISSUER_SERIAL_NUMBER (wincrypt.h)

La struttura CERT_ISSUER_SERIAL_NUMBER funge da identificatore univoco di un certificato contenente il numero di serie dell'emittente e dell'autorità emittente per un certificato.

Sintassi

typedef struct _CERT_ISSUER_SERIAL_NUMBER {
  CERT_NAME_BLOB     Issuer;
  CRYPT_INTEGER_BLOB SerialNumber;
} CERT_ISSUER_SERIAL_NUMBER, *PCERT_ISSUER_SERIAL_NUMBER;

Members

Issuer

Struttura BLOB che contiene il nome dell'autorità emittente.

SerialNumber

Struttura CRYPT_INTEGER_BLOB che contiene il numero di serie del certificato. La combinazione del nome dell'autorità emittente e del numero di serie è un identificatore univoco di un certificato.

Requisiti

Requisito Valore
Client minimo supportato Windows XP [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Intestazione wincrypt.h