Initializes a new instance of the PdfPKCS7 class

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

Syntax

C#
public PdfPKCS7(
	ICipherParameters privKey,
	X509Certificate[] certChain,
	Object[] crlList,
	string hashAlgorithm,
	bool hasRSAdata
)
Visual Basic
Public Sub New ( _
	privKey As ICipherParameters, _
	certChain As X509Certificate(), _
	crlList As Object(), _
	hashAlgorithm As String, _
	hasRSAdata As Boolean _
)
Visual C++
public:
PdfPKCS7(
	ICipherParameters^ privKey, 
	array<X509Certificate^>^ certChain, 
	array<Object^>^ crlList, 
	String^ hashAlgorithm, 
	bool hasRSAdata
)

Parameters

privKey
Type: Org.BouncyCastle.Crypto..::..ICipherParameters
certChain
Type: array<Org.BouncyCastle.X509..::..X509Certificate>[]()[][]
crlList
Type: array<System..::..Object>[]()[][]
hashAlgorithm
Type: System..::..String
hasRSAdata
Type: System..::..Boolean

See Also