C# 클래스 Org.BouncyCastle.Cms.CmsTypedStream

파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
CmsTypedStream ( Stream inStream ) : System
CmsTypedStream ( string oid, Stream inStream ) : System
CmsTypedStream ( string oid, Stream inStream, int bufSize ) : System
Drain ( ) : void

메소드 상세

CmsTypedStream() 공개 메소드

public CmsTypedStream ( Stream inStream ) : System
inStream Stream
리턴 System

CmsTypedStream() 공개 메소드

public CmsTypedStream ( string oid, Stream inStream ) : System
oid string
inStream Stream
리턴 System

CmsTypedStream() 공개 메소드

public CmsTypedStream ( string oid, Stream inStream, int bufSize ) : System
oid string
inStream Stream
bufSize int
리턴 System

Drain() 공개 메소드

public Drain ( ) : void
리턴 void