I have been trying to sign a pdf using USB token in angular (front end). I have tried below link for getting certificate from token. link.
But while signing a pdf using hex code of certificate from token (got it by above reference link) it is showing error: No private key. (currently I am signing in back end -.NET C#) and also tried in angular using this link
This reference is working fine for local certificates, but it is showing error while checking with USB token.
Suggestions are welcome.
