DistinguishedName.getAttribute
string getAttribute(string oid) const pure nothrow @safeReturns the first value for the given OID, or null if not found.
Parameters
oid | The attribute type OID in dotted-decimal form. |
Returns
The attribute value, or null if not found.