| RSA BSAFE Cert-C |
Certificate Components for C |
| Crypto-C 6.2.1 Developer's Guide | ||
| Search |
Generally, the application need not specify the subject name and public key in this structure. Use this structure in the PKI_POP_GEN_INFO structure.
#include <pkimsg.h>
typedef struct {
int authInfoType;
union {
ALTERNATE_NAME subject;
PBM_INFO pbmInfo;
} authInfo;
ITEM publicKey;
} PKI_POP_GEN_SIGNATURE_INFO;
Data Fields | |
| int | authInfoType |
An int value that identifies the type of data structure in the authInfo union. More... | |
| union PKI_POP_GEN_SIGNATURE_INFO::@15 | authInfo |
A union that contains the authentication information specified by authInfoType. More... | |
| ITEM | publicKey |
An ITEM structure that specifies the DER-encoded subject public key information. More... | |
|
|
A union that contains the authentication information specified by
|
|
|
An
|
|
|
An |