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