Initializes a new instance of the OcspClientBouncyCastle class

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

Syntax

C#
public OcspClientBouncyCastle(
	X509Certificate checkCert,
	X509Certificate rootCert,
	string url
)
Visual Basic
Public Sub New ( _
	checkCert As X509Certificate, _
	rootCert As X509Certificate, _
	url As String _
)
Visual C++
public:
OcspClientBouncyCastle(
	X509Certificate^ checkCert, 
	X509Certificate^ rootCert, 
	String^ url
)

See Also