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