Returns a CertificateChain where the leaf certificate corresponds to this Certificate.
Namespace: LLCryptoLib.Security.CertificatesAssembly: 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
Exception | Condition |
---|---|
LLCryptoLib.Security.Certificates..::..CertificateException | An error occurs while building the certificate chain. |