How do I digitally sign a PDF with Monotouch or Xcode 4.2?
Xcode 4.2 has its CoreGraphics Framework that allows to work with PDF files but there is no option or function to sign the file.
From this question: IOS SDK programatically generate a PDF file I got a small clue, that with CGPDFDictionary there are some "signing options", but no further details on how to do it. The Apple Developer Reference doesn't help much either.
With Monotouch there is a library called PDFSign which I used in the past with good results. I can´t find the way to use it with Monotouch, because I'm getting an "Internal Compiler Error".