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

Syntax

C#
public void SetCrypto(
	ICipherParameters privKey,
	X509Certificate[] certChain,
	Object[] crlList,
	PdfName filter
)
Visual Basic
Public Sub SetCrypto ( _
	privKey As ICipherParameters, _
	certChain As X509Certificate(), _
	crlList As Object(), _
	filter As PdfName _
)
Visual C++
public:
void SetCrypto(
	ICipherParameters^ privKey, 
	array<X509Certificate^>^ certChain, 
	array<Object^>^ crlList, 
	PdfName^ filter
)

Parameters

privKey
Type: Org.BouncyCastle.Crypto..::..ICipherParameters
certChain
Type: array<Org.BouncyCastle.X509..::..X509Certificate>[]()[][]
crlList
Type: array<System..::..Object>[]()[][]
filter
Type: iTextSharp.text.pdf..::..PdfName

See Also