RSA Security logo

RSA BSAFE Cert-C
API Reference

DB_SCEP_INIT_PARAMS Struct Reference

Use the DB_SCEP_INIT_PARAMS structure to pass initialization parameters to the Cert-C SCEP Database Service Provider initialization functions.

When you use C_InitializeCertC() to register the Cert- C SCEP Database Service Provider, the corresponding handlerParams should point to a DB_SCEP_INIT_PARAMS structure. Or, if you use C_RegisterService() to register the Cert-C SCEP Database Service Provider, the corresponding params should point to a DB_SCEP_INIT_PARAMS structure.

Data Fields
initChoice This input parameter is required. It specifies how the Cert-C SCEP Database Service Provider should be initialized. Currently, DB_SCEP_INIT_METHOD_STRUCT is the only value for initChoice.
method The input parameter contains initialization parameters in the format that initChoice specifies.
initStruct A DB_SCEP_INIT_STRUCT structure that represents the initialization parameters.

#include <scepdb.h>

00150 typedef struct {
00151   unsigned int initChoice;
00152   union {
00153     DB_SCEP_INIT_STRUCT initStruct;
00154   } method;
00155 } DB_SCEP_INIT_PARAMS, *P_DB_SCEP_INIT_PARAMS;

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


RSA BSAFE® Cert-C 2.7 API Reference