Initializes a new instance of the TimeStampResponse class
Namespace: Org.BouncyCastle.Tsp
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public TimeStampResponse( byte[] resp ) |
Visual Basic |
---|
Public Sub New ( _ resp As Byte() _ ) |
Visual C++ |
---|
public: TimeStampResponse( array<unsigned char>^ resp ) |
Parameters
- resp
- Type: array<System..::..Byte>[]()[][]