Mentalis.org Security Library documentation

CertificateChain.GetCertificates Method 

Returns the list of certificates in this CertificateChain.

[Visual Basic]
Overridable Public Function GetCertificates() As Certificate()
[C#]
public virtual 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

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