Application cannot access USB Token in remote

573 Views Asked by At

I'm trying to create a C# console application using SignFile lib to access Token USB (contain Digital Signature) to sign a folder of PDF files.

The problem is after build Release to run on Windows Server 2012, this application run successful without any error (with Administrator account). But when I try to run with remote in my laptop (using Administrator account too), this application run error with this code:

Unhandled Exception : System.Security.Cryptography.CryptographicException: Bypassing PIN exception: An internal error occured

Anyone got any ideas about this situation?

0

There are 0 best solutions below