Gets the chain.

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

Syntax

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

Return Value

The certificate chain of this certificate

See Also