Initializes a new instance of the OcspClientBouncyCastle class
Namespace: iTextSharp.text.pdfAssembly: 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 ) |
Parameters
- checkCert
- Type: Org.BouncyCastle.X509..::..X509Certificate
- rootCert
- Type: Org.BouncyCastle.X509..::..X509Certificate
- url
- Type: System..::..String