Returns the certificate for which this chain was built.

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

Syntax

C#
protected Certificate Certificate { get; }
Visual Basic
Protected ReadOnly Property Certificate As Certificate
	Get
Visual C++
protected:
property Certificate^ Certificate {
	Certificate^ get ();
}

See Also