DistinguishedName.getAttribute

string getAttribute(string oid) const pure nothrow @safe

Returns the first value for the given OID, or null if not found.

Parameters

oidThe attribute type OID in dotted-decimal form.

Returns

The attribute value, or null if not found.