RSA Security logo

RSA BSAFE Cert-C
API Reference

PKI_SCEP_INIT_STRUCT Struct Reference

This structure is used by the Cert-C SCEP PKI Database Service Provider.

Data Fields
profile This input parameter is one of the PKI_SCEP_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 <scep.h>

00089 typedef struct {
00090   unsigned int   profile;     /* one of PKI_SCEP_PROFILE_* */
00091   TRANSPORT_INFO transport;
00092 } PKI_SCEP_INIT_STRUCT, *P_PKI_SCEP_INIT_STRUCT;

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


RSA BSAFE® Cert-C 2.7 API Reference