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

파일 보기 프로젝트 열기: nonorganic/dssnet

보호된 프로퍼티들

프로퍼티 타입 설명
contentInfo Org.BouncyCastle.Asn1.Cms.ContentInfoParser
data Stream

공개 메소드들

메소드 설명
Close ( ) : void

보호된 메소드들

메소드 설명
CmsContentInfoParser ( Stream data ) : System

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

CmsContentInfoParser() 보호된 메소드

protected CmsContentInfoParser ( Stream data ) : System
data Stream
리턴 System

프로퍼티 상세

contentInfo 보호되어 있는 프로퍼티

protected ContentInfoParser,Org.BouncyCastle.Asn1.Cms contentInfo
리턴 Org.BouncyCastle.Asn1.Cms.ContentInfoParser

data 보호되어 있는 프로퍼티

protected Stream data
리턴 Stream