RSA Security logo

RSA BSAFE Cert-C
API Reference

ISSUER_SERIAL_NUMBER Struct Reference

Uniquely identifies a certificate by the distinguished name of the certificate issuer and an issuer-specific certificate serial number.

The ISSUER_SERIAL_NUMBER structure is used in the CERT_IDENTIFIER and PKI_ENTITY_ID structures.

Data Fields
issuerName A NAME_OBJ object that contains the certificate issuer's distinguished name.
serialNumber An ITEM structure whose data member points to the issuer-specific certificate serial number.

#include <cms.h>

00098 typedef struct {
00099   NAME_OBJ issuerName;
00100   ITEM     serialNumber;
00101 } ISSUER_SERIAL_NUMBER;

The documentation for this struct was generated from the following file:


RSA BSAFE® Cert-C 2.7 API Reference