Namespace: Org.BouncyCastle.Cms
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public Stream Open( Stream outStream, string signedContentType, bool encapsulate ) |
Visual Basic |
---|
Public Function Open ( _ outStream As Stream, _ signedContentType As String, _ encapsulate As Boolean _ ) As Stream |
Visual C++ |
---|
public: Stream^ Open( Stream^ outStream, String^ signedContentType, bool encapsulate ) |
Parameters
- outStream
- Type: System.IO..::..Stream
- signedContentType
- Type: System..::..String
- encapsulate
- Type: System..::..Boolean