Mentalis.org Security Library documentation

Certificate.GetCertificateChain Method 

Returns a CertificateChain where the leaf certificate corresponds to this Certificate.

[Visual Basic]
Public Function GetCertificateChain() As CertificateChain
[C#]
public CertificateChain GetCertificateChain();

Return Value

The CertificateChain corresponding to this Certificate.

Exceptions

Exception TypeCondition
CertificateExceptionAn error occurs while building the certificate chain.

See Also

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