C# Class Org.BouncyCastle.Cms.CmsContentInfoParser

Show file Open project: nonorganic/dssnet

Protected Properties

Property Type Description
contentInfo Org.BouncyCastle.Asn1.Cms.ContentInfoParser
data Stream

Public Methods

Method Description
Close ( ) : void

Protected Methods

Method Description
CmsContentInfoParser ( Stream data ) : System

Method Details

Close() public method

public Close ( ) : void
return void

CmsContentInfoParser() protected method

protected CmsContentInfoParser ( Stream data ) : System
data Stream
return System

Property Details

contentInfo protected property

protected ContentInfoParser,Org.BouncyCastle.Asn1.Cms contentInfo
return Org.BouncyCastle.Asn1.Cms.ContentInfoParser

data protected property

protected Stream data
return Stream