Class CmsTypedStream
  
  
  
    - Namespace
- Enterprises.Org.BouncyCastle.Cms
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
 
  
  
  
    public class CmsTypedStream
   
  
    - Inheritance
- 
      
      CmsTypedStream 
    - Inherited Members
- 
    
    
    
    
    
    
    
  
Constructors
  
  
  CmsTypedStream(Stream)
  
  
  
  
  
    public CmsTypedStream(Stream inStream)
   
  Parameters
  
    - inStreamStream
  CmsTypedStream(string, Stream)
  
  
  
  
  
    public CmsTypedStream(string oid, Stream inStream)
   
  Parameters
  
    - oidstring
- inStreamStream
  CmsTypedStream(string, Stream, int)
  
  
  
  
  
    public CmsTypedStream(string oid, Stream inStream, int bufSize)
   
  Parameters
  
    - oidstring
- inStreamStream
- bufSizeint
Properties
  
  
  ContentStream
  
  
  
  
  
    public Stream ContentStream { get; }
   
  Property Value
  
    - Stream
  ContentType
  
  
  
  
  
    public string ContentType { get; }
   
  Property Value
  
    - string
Methods
  
  
  Drain()