Returns the list of certificates in this CertificateChain.

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

Syntax

C#
public virtual Certificate[] GetCertificates()
Visual Basic
Public Overridable Function GetCertificates As Certificate()
Visual C++
public:
virtual array<Certificate^>^ GetCertificates()

Return Value

An array of Certificate instances.

Remarks

The certificate with index 0 is the end certificate in the chain, the certificate with the highest index is the root certificate [if it can be found].

See Also