RSA Security logo

RSA BSAFE Cert-C
API Reference

CERT_IDENTIFIER Struct Reference

Identifies a certificate by the certificate's issuer name and the certificate's serial number.

The CERT_IDENTIFIER structure is used in the KEY_TRANSPORT_INFO and SIGNER_INFO data structures.

Data Fields
type An int value that identifies the type of data structure in the id union. Cert-C supports the following certificate-identifier type:

Certificate-Identifier Type Description
ISSUER_SERIAL ISSUER_SERIAL_NUMBER data structure

id A union that contains a certificate identifier in the format specified by type. issuerSerialNumber An ISSUER_SERIAL_NUMBER structure that uniquely identifies a certificate by the distinguished name of the certificate issuer and an issuer-specific certificate serial number.

#include <cms.h>

00133 typedef struct {
00134   int type;
00135   union {
00136     ISSUER_SERIAL_NUMBER issuerSerialNumber;
00137   } id;
00138 } CERT_IDENTIFIER;

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


RSA BSAFE® Cert-C 2.7 API Reference