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

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

Syntax

C#
public CertificateChain GetCertificateChain()
Visual Basic
Public Function GetCertificateChain As CertificateChain
Visual C++
public:
CertificateChain^ GetCertificateChain()

Return Value

The CertificateChain corresponding to this Certificate.

Exceptions

ExceptionCondition
LLCryptoLib.Security.Certificates..::..CertificateExceptionAn error occurs while building the certificate chain.

See Also