iTextSharp.text.pdf.security.CertificateVerification.VerifyCertificates C# (CSharp) Method

VerifyCertificates() public static method

public static VerifyCertificates ( ICollection certs, ICollection keystore, System.DateTime calendar ) : IList
certs ICollection
keystore ICollection
calendar System.DateTime
return IList
        public static IList<VerificationException> VerifyCertificates(ICollection<X509Certificate> certs, ICollection<X509Certificate> keystore, DateTime calendar)
        {
            return VerifyCertificates(certs, keystore, null, calendar);
        }

Same methods

CertificateVerification::VerifyCertificates ( ICollection certs, ICollection keystore, ICollection crls, System.DateTime calendar ) : IList