RSA Security logo

RSA BSAFE Cert-C
API Reference

PKI_SCEP_INIT_PARAMS Struct Reference

This structure is holds initialization parameters for the Cert-C SCEP PKI Database Service Provider.

Data Fields
profile This input parameter is one of the PKI_SCEP_INIT_METHOD_* flags, defined in the header file. The value must be PKI_SCEP_INIT_METHOD_STRUCT in an application.
initStruct This input parameter is a PKI_SCEP_INIT_STRUCT structure.
handle this input parameter is a handle for the S_SCEP*() functions.

#include <scep.h>

00114 typedef struct {
00115   unsigned int initChoice;
00116   union {
00117     PKI_SCEP_INIT_STRUCT initStruct;
00118   } method;
00119   POINTER handle;
00120 } PKI_SCEP_INIT_PARAMS, *P_PKI_SCEP_INIT_PARAMS;

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


RSA BSAFE® Cert-C 2.7 API Reference