Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
byte[] GetTimeStampToken( PdfPKCS7 caller, byte[] imprint ) |
| Visual Basic |
|---|
Function GetTimeStampToken ( _ caller As PdfPKCS7, _ imprint As Byte() _ ) As Byte() |
| Visual C++ |
|---|
array<unsigned char>^ GetTimeStampToken( PdfPKCS7^ caller, array<unsigned char>^ imprint ) |