Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
301 views
in Technique[技术] by (71.8m points)

Verify Digital Signature using groupdocs signatures C#

I want to verify digital signatures of my customers using groupdocs Signature, here I am using This Link to get proper code, but the problem is when I initialize GroupDocs.Signature.Signature signature = new Signature("sample_signed.pdf"); I Am getting the error

CS0234 C# The type or namespace 'Signature' does not exist in the namespace 'GroupDocs.Signature' (are you missing an assembly reference?)

My groupdocs version is 19.6, what can I do to verify my digital signatures?

question from:https://stackoverflow.com/questions/65918675/verify-digital-signature-using-groupdocs-signatures-c-sharp

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

You are using an older version of the API. Please try to use the latest version 21.2 and you won't face this issue. Furthermore, have a look at these migration notes.

Disclosure: I work as a developer evangelist at GroupDocs.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...