RSA Security logo

RSA BSAFE Cert-C
API Reference

PDS_PARAMETER Reference

Contains a physical delivery system value.

It can be used as an extension attribute in an OR_ADDRESS structure. (The OR_ADDRESS structure can be used as the alternate name in an ALTERNATE_NAME structure.) In an extension-attribute structure, EXTENSION_ATTRIBUTE, it is required to specify an extension-attribute type and a corresponding extension-attribute value.

Data Fields
printableString An ITEM structure whose data member points to a printable string. The maximum length is UB_pdsParameterLength.
teletexString An ITEM structure whose data member points to a teletex string. The maximum length is UB_pdsParameterLength.

#include <certext.h>

01181 typedef struct PDS_PARAMETER {
01182   ITEM printableString;  /* points to printable string */
01183   ITEM teletexString;    /* points to teletex string */
01184 } PDS_PARAMETER;

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


RSA BSAFE® Cert-C 2.7 API Reference