Unit
ScCertificateExts
Description
The TScDistinguishedName class contains a Distinguished Name (DN). The DN is a sequence of relative distinguished names (RDN) connected by commas. The RDN is a sequence of attributes with an associated value in the form Object Identifier (OID)=Value.
TScDistinguishedName maintains a list of the TScRelativeDistinguishedName objects.
To access OIDs use the Names property. To get a value of an OID, use the Values property.
This class is like an extension to the SubjectName or IssuerName property, which is the name of the person or entity that the certificate is being issued to.
The TScDistinguishedName class allows to encode the information in the object into a PKCS #7 message.
Class is read-only.
See Also