| RSA BSAFE Cert-C |
Certificate Components for C |
| Crypto-C 6.2.1 Developer's Guide | ||
| Search |
OR_ADDRESS structure (as a member of an ALTERNATE_NAME structure).
#include <certext.h>
typedef struct STANDARD_ATTRIBUTES { UINT4 validFields; TYPED_STRING countryName; TYPED_STRING administrationDomainName; ITEM networkAddress; ITEM terminalId; TYPED_STRING privateDomainName; ITEM organizationName; ITEM numericUserId; PERSONAL_NAME personalName; ORG_UNIT_NAMES orgUnitNames; } STANDARD_ATTRIBUTES;
Data Fields | |
| UINT4 | validFields |
A UINT4 value that indicates which of the optional members of the structure are present. More... | |
| TYPED_STRING | countryName |
A TYPED_STRING structure that represents a country name. More... | |
| TYPED_STRING | administrationDomainName |
A TYPED_STRING structure that represents an administration domain name. More... | |
| ITEM | networkAddress |
An ITEM structure that represents a network address. More... | |
| ITEM | terminalId |
An ITEM structure that represents a terminal identifier. More... | |
| TYPED_STRING | privateDomainName |
A TYPED_STRING structure that represents a private domain name. More... | |
| ITEM | organizationName |
An ITEM structure that represents an organization name. More... | |
| ITEM | numericUserId |
An ITEM structure that represents a numeric user identifier. More... | |
| PERSONAL_NAME | personalName |
A PERSONAL_NAME structure that represents a personal name. More... | |
| ORG_UNIT_NAMES | orgUnitNames |
An ORG_UNIT_NAMES structure that represents the organizational unit names. More... | |
|
|
A |
|
|
A |
|
|
An |
|
|
An |
|
|
An |
|
|
An |
|
|
A |
|
|
A |
|
|
An |
|
|
A
|