RSA Security logo

RSA BSAFE Cert-C
API Reference

SECRET_CONTENT Reference

Represents the contents of a PKCS #12 secret bag.

It consists of a secret type-identifier and a secret value.

Data Fields
type An ITEM structure that indicates the type of secret in value. The types are defined by your application.
value An ITEM structure that specifies the value of a secret. This value is not processed by Cert-C, but is taken with no change.

#include <pkcs12.h>

00105 typedef struct SECRET_CONTENT {
00106   ITEM type;
00107   ITEM value;
00108 } SECRET_CONTENT;

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


RSA BSAFE® Cert-C 2.7 API Reference