Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public static bool VerifyTimestampCertificates(
	TimeStampToken ts,
	ArrayList keystore
)
Visual Basic
Public Shared Function VerifyTimestampCertificates ( _
	ts As TimeStampToken, _
	keystore As ArrayList _
) As Boolean
Visual C++
public:
static bool VerifyTimestampCertificates(
	TimeStampToken^ ts, 
	ArrayList^ keystore
)

See Also