CERT_ISSUER_SERIAL_NUMBER structure (wincrypt.h)
The CERT_ISSUER_SERIAL_NUMBER structure acts as a unique identifier of a certificate containing the issuer and issuer's serial number for a certificate.
Syntax
typedef struct _CERT_ISSUER_SERIAL_NUMBER {
CERT_NAME_BLOB Issuer;
CRYPT_INTEGER_BLOB SerialNumber;
} CERT_ISSUER_SERIAL_NUMBER, *PCERT_ISSUER_SERIAL_NUMBER;
Members
Issuer
A BLOB structure that contains the name of the issuer.
SerialNumber
A CRYPT_INTEGER_BLOB structure that contains the serial number of the certificate. The combination of the issuer name and the serial number is a unique identifier of a certificate.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | wincrypt.h |