Table of Contents

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

inStream Stream

CmsTypedStream(string, Stream)

public CmsTypedStream(string oid, Stream inStream)

Parameters

oid string
inStream Stream

CmsTypedStream(string, Stream, int)

public CmsTypedStream(string oid, Stream inStream, int bufSize)

Parameters

oid string
inStream Stream
bufSize int

Properties

ContentStream

public Stream ContentStream { get; }

Property Value

Stream

ContentType

public string ContentType { get; }

Property Value

string

Methods

Drain()

public void Drain()