CERT_ISSUER_SERIAL_NUMBER
This structure acts as a unique identifier of a certificate containing the issuer and issuer's serial number for a certificate.
typedef struct _CERT_ISSUER_SERIAL_NUMBER {CERT_NAME_BLOBIssuer;CRYPT_INTEGER_BLOBSerialNumber;} CERT_ISSUER_SERIAL_NUMBER, *PCERT_ISSUER_SERIAL_NUMBER;
Members
- Issuer
BLOB (Cryptography) structure containing the name of the issuer. - SerialNumber
CRYPT_INTEGER_BLOB structure containing the serial number of the certificate. The combination of the issuer name and the serial number is a unique identifier of a certificate.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Wincrypt.h.
See Also
BLOB (Cryptography) | CRYPT_INTEGER_BLOB
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.