I am new to the world of digital signature and I am trying to study about it. I found a good article here and a good tutorial here. But I have some doubts regarding digital signature. I am not sure these are any stupid questions. But I have no other best sources to clarify my doubts :)
1) Suppose a user digitally sign a pdf using his private key. After some years suppose his certificate expires. Then will other people be able to verify the pdf?
2) Suppose there is an organization and they are storing there documents in pdf, digitaly signed by an officer. Suppose that officer moved to another organization. Then will other officers in the previous organization be able to verify the signature?
3) Can two or more people sign a pdf using there own certificates?
4) Also I would like to create a web application. And I was thinking to use iTextSharp. Then how am I supposed to get certificate and passwords to server? If possible can anybody share link to a good tutorial?
Thanks in advance.