TrustCore SDK NanoCert API reference  version 7.0
certDistinguishedName Struct Reference

Distinguished name data (names and start/end dates) to support certificate generation. More...

Data Fields

ubyte4 dnCount
 Number of relative distinguished names in pDistinguishedName buffer. More...
 
relativeDNpDistinguishedName
 Pointer to buffer array of relative distinguished names. More...
 
sbyte * pEndDate
 String identifying certificate's end date, in the format yymmddhhmmssZ; for example, "330524230347Z" specifies May 24th, 2033 11:03:47 PM. More...
 
sbyte * pStartDate
 String identifying certificate's start date, in the format yymmddhhmmssZ; for example, "030526000126Z" specifies May 26th, 2003 12:01:26 AM. More...
 

Detailed Description

This structure contains a list of relative distinguished names for a given certificate, as well as validity start and end dates. The order reflects the sequence of RDN.

Note
Microsoft® Internet Explorer® limits certificate lifetimes to 30 years.

(and @since; accidentally omitted, forever...)

Field Documentation

◆ dnCount

ubyte4 certDistinguishedName::dnCount

Number of relative distinguished names in pDistinguishedName buffer.

◆ pDistinguishedName

relativeDN* certDistinguishedName::pDistinguishedName

Pointer to buffer array of relative distinguished names.

◆ pEndDate

sbyte* certDistinguishedName::pEndDate

String identifying certificate's end date, in the format yymmddhhmmssZ, where "Z" terminates the string; for example, "330524230347Z" specifies May 24th, 2033 11:03:47 PM.

◆ pStartDate

sbyte* certDistinguishedName::pStartDate

String identifying certificate's start date, in the format yymmddhhmmssZ, where "Z" terminates the string; for example, "030526000126Z" specifies May 26th, 2003 12:01:26 AM.


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