Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why can't I find iTextSharp.text.pdf.PdfPKCS7.GetSubjectFields?

Tags:

itext

I am trying to find the method:

iTextSharp.text.pdf.PdfPKCS7.GetSubjectFields()

..of iText and it isn't there. Has the library chaged?

I have included all assemblies:

itextsharp.dll
itextsharp.pdfa.dll
itextsharp.xtra.dll

I try to use this functionality : https://stackoverflow.com/a/9825431/2173353

What am I missing?

I think that, according to this, it should be there!

like image 558
user2173353 Avatar asked Feb 17 '23 04:02

user2173353


1 Answers

OK. I got it.

It's now: iTextSharp.text.pdf.security.CertificateInfo.GetSubjectFields(). God bless "Object Explorer"!

like image 91
user2173353 Avatar answered Mar 01 '23 10:03

user2173353