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