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

Namespace: LLCryptoLib.Security.Certificates
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public DistinguishedName GetDistinguishedName()
Visual Basic
Public Function GetDistinguishedName As DistinguishedName
Visual C++
public:
DistinguishedName^ GetDistinguishedName()

Return Value

A StringDictionary that contains the attributes.

Exceptions

ExceptionCondition
LLCryptoLib.Security.Certificates..::..CertificateExceptionAn error occurs while retrieving the attributes.

See Also