Returns a list of attributes of the X.509v3 certificate.
Namespace: LLCryptoLib.Security.CertificatesAssembly: 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
Exception | Condition |
---|---|
LLCryptoLib.Security.Certificates..::..CertificateException | An error occurs while retrieving the attributes. |