Returns the list of certificates in this certification path.

Namespace: Org.BouncyCastle.Pkix
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public virtual IList Certificates { get; }
Visual Basic
Public Overridable ReadOnly Property Certificates As IList
	Get
Visual C++
public:
virtual property IList^ Certificates {
	IList^ get ();
}

See Also