Re: [iText-questions] GetCertificateChain(alias) is null

2013-11-14 Thread aar
Mkl, Thank a lot for your response. I will check it that regard. -- View this message in context: http://itext-general.2136553.n4.nabble.com/GetCertificateChain-alias-is-null-tp4659428p4659456.html Sent from the iText - General mailing list archive at Nabble.com.

Re: [iText-questions] GetCertificateChain(alias) is null

2013-11-13 Thread aar
I am using the code below string alias = null; PKCS12Store pk12; // First we'll read the certificate file pk12 = new PKCS12Store(new FileStream(this.Path, FileMode.Open, FileAccess.Read), this._password.ToCharArray()); // Then Iterate

Re: [iText-questions] GetCertificateChain(alias) is null

2013-11-13 Thread aar
We are using a SSL certificate of our site issued by Thawte in this case. It is a chained certificate with 3 certs in it. I cannot provide the certificate because it contains a private key. If we cannot use SSL certificate, Can I know what kind of certificates itextsharp supports. -- View this