C# 클래스 iTextSharp.text.pdf.security.CrlClientOnline

상속: ICrlClient
파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch

보호된 프로퍼티들

프로퍼티 타입 설명
urls IList

공개 메소드들

메소드 설명
CrlClientOnline ( ) : System
CrlClientOnline ( ICollection chain ) : System
GetEncoded ( X509Certificate checkCert, String url ) : ICollection

보호된 메소드들

메소드 설명
AddUrl ( String url ) : void

메소드 상세

AddUrl() 보호된 메소드

protected AddUrl ( String url ) : void
url String
리턴 void

CrlClientOnline() 공개 메소드

public CrlClientOnline ( ) : System
리턴 System

CrlClientOnline() 공개 메소드

public CrlClientOnline ( ICollection chain ) : System
chain ICollection
리턴 System

GetEncoded() 공개 메소드

public GetEncoded ( X509Certificate checkCert, String url ) : ICollection
checkCert Org.BouncyCastle.X509.X509Certificate
url String
리턴 ICollection

프로퍼티 상세

urls 보호되어 있는 프로퍼티

protected IList urls
리턴 IList