We are looking for an example or some information on how to sign one or multiple document (authetnication signature) from within a Windows service (no UI) without popups.
If we have to sign 150+ documents, we cannot expect to enter 150+ times a pin.
What are the possibilities? Can we use a certificate? Can we enter it once and re-use it?
(the project is a .NET solution)