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 ) |
| Visual Basic |
|---|
Public Sub New ( _ contentsKey As Byte() _ ) |
| Visual C++ |
|---|
public: PdfPKCS7( array<unsigned char>^ contentsKey ) |
Parameters
- contentsKey
- Type: array<System..::..Byte>[]()[][]