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# |
|---|
protected internal byte[] GetTimeStampToken( byte[] imprint ) |
| Visual Basic |
|---|
Protected Friend Function GetTimeStampToken ( _ imprint As Byte() _ ) As Byte() |
| Visual C++ |
|---|
protected public: array<unsigned char>^ GetTimeStampToken( array<unsigned char>^ imprint ) |
Parameters
- imprint
- Type: array<System..::..Byte>[]()[][]