RSA Security logo

RSA BSAFE Cert-C
API Reference

PKI_CMP_INIT_STRUCT Struct Reference

This structure is used by the Cert-C CMP PKI Database service provider.

Data Fields
profile This input parameter is one of the PKI_CMP_PROFILE_* flags, defined in the header file. Click the header file name above to view the section on CMP provider profile flags.
transport This input parameter is a TRANSPORT_INFO structure that specifies client and server locations.

#include <cmp.h>

00077 typedef struct {
00078   unsigned int   profile;            /* one of PKI_CMP_PROFILE_* */
00079   TRANSPORT_INFO transport;
00080 } PKI_CMP_INIT_STRUCT, *P_PKI_CMP_INIT_STRUCT;

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


RSA BSAFE® Cert-C 2.7 API Reference