Initializes a new instance of the TimeStampResponse class
Namespace: Org.BouncyCastle.TspAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public TimeStampResponse( Stream input ) |
| Visual Basic |
|---|
Public Sub New ( _ input As Stream _ ) |
| Visual C++ |
|---|
public: TimeStampResponse( Stream^ input ) |
Parameters
- input
- Type: System.IO..::..Stream