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

Syntax

C#
void SetEncryption(
	X509Certificate[] certs,
	int[] permissions,
	int encryptionType
)
Visual Basic
Sub SetEncryption ( _
	certs As X509Certificate(), _
	permissions As Integer(), _
	encryptionType As Integer _
)
Visual C++
void SetEncryption(
	array<X509Certificate^>^ certs, 
	array<int>^ permissions, 
	int encryptionType
)

Parameters

certs
Type: array<Org.BouncyCastle.X509..::..X509Certificate>[]()[][]
permissions
Type: array<System..::..Int32>[]()[][]
encryptionType
Type: System..::..Int32

See Also