Mentalis.org Security Library documentation

Certificate.GetDistinguishedName Method 

Returns a list of attributes of the X.509v3 certificate.

[Visual Basic]
Public Function GetDistinguishedName() As DistinguishedName
[C#]
public DistinguishedName GetDistinguishedName();

Return Value

A StringDictionary that contains the attributes.

Exceptions

Exception TypeCondition
CertificateExceptionAn error occurs while retrieving the attributes.

See Also

Certificate Class | Certificate Members | Org.Mentalis.Security.Certificates Namespace