Hi,
We’re using the Signature API to sign a pdf in memory using memory streams. This works fine when called in a single thread. However, this is used in an intranet API and multiple calls are possible. And once the code…...destination = new MemoryStream()) { using (var ms = new MemoryStream(pdfBytes))...signature = new Signature(ms)) { var digitalSignOptions = new Digit...