Unit
ScCertificateExts
Description
The TScRelativeDistinguishedName class contains a Relative Distinguished Name (RDN). The RDN is a sequence of attributes with an associated value in the form Object Identifier (OID)=Value, connected by commas.
TScRelativeDistinguishedName maintains a list of the TScASN1Attribute objects.
To access OIDs use the Names property. To get a value of an attribute, use the Values property.
The TScRelativeDistinguishedName class allows to encode the information in the object into a PKCS #7 message.
Class is read-only.
See Also