C# Class iTextSharp.text.pdf.security.CrlClientOnline

Inheritance: ICrlClient
Afficher le fichier Open project: mapo80/iTextSharp-Monotouch

Protected Properties

Свойство Type Description
urls IList

Méthodes publiques

Méthode Description
CrlClientOnline ( ) : System
CrlClientOnline ( ICollection chain ) : System
GetEncoded ( X509Certificate checkCert, String url ) : ICollection

Méthodes protégées

Méthode Description
AddUrl ( String url ) : void

Method Details

AddUrl() protected méthode

protected AddUrl ( String url ) : void
url String
Résultat void

CrlClientOnline() public méthode

public CrlClientOnline ( ) : System
Résultat System

CrlClientOnline() public méthode

public CrlClientOnline ( ICollection chain ) : System
chain ICollection
Résultat System

GetEncoded() public méthode

public GetEncoded ( X509Certificate checkCert, String url ) : ICollection
checkCert Org.BouncyCastle.X509.X509Certificate
url String
Résultat ICollection

Property Details

urls protected_oe property

protected IList urls
Résultat IList