derivedDataType DistinguishedName

Represents the international standard for the representation of Distinguished Name (RFC 4517).
The DistinguishedName syntax is defined in RFC4517. The string representation of the Distinguished Name structure is as follows:

distinguishedName = [ relativeDistinguishedName ( COMMA relativeDistinguishedName ) ]
relativeDistinguishedName = attributeTypeAndValue ( PLUS attributeTypeAndValue )
attributeTypeAndValue = attributeType EQUALS attributeValue
attributeType = descr/numericoid
attributeValue = string/hexstring


References from:
EnrollmentAuthority; NodeCredential;
stringDistinguishedName [ 3..65535 ]

Valid values: ^([^=,]*=(\\,|[^,])*,)*([^=,]*=(\\,|[^,])*)$
  derivedDataType DistinguishedName