Initializes a new instance of the PdfPKCS7 class
Namespace: iTextSharp.text.pdfAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public PdfPKCS7( byte[] contentsKey, byte[] certsKey ) |
| Visual Basic |
|---|
Public Sub New ( _ contentsKey As Byte(), _ certsKey As Byte() _ ) |
| Visual C++ |
|---|
public: PdfPKCS7( array<unsigned char>^ contentsKey, array<unsigned char>^ certsKey ) |
Parameters
- contentsKey
- Type: array<System..::..Byte>[]()[][]
- certsKey
- Type: array<System..::..Byte>[]()[][]