I have many many Questions.
I want to Signing a PDF and Verify if PDF is Signed.
what is SerialToken for my Enviroment?
What is LabelToken for my Enviroment?
What i need to put in this strings
Its needing a Reader name or be detected alone
I have An application with APDU COMMANDS extracting data from this SmartCard but i need to implement PDF Signing
--
You received this message because you are subscribed to the Google Groups "Pkcs11Interop" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pkcs11intero...@googlegroups.com.
To post to this group, send email to pkcs11...@googlegroups.com.
Visit this group at https://groups.google.com/group/pkcs11interop.
//if (string.IsNullOrEmpty(ckaLabel) && ckaId == null) // throw new ArgumentException("Private key label and/or id has to be specified");//if (!string.IsNullOrEmpty(tokenSerial))// if (0 != String.Compare(tokenSerial, tokenInfo.SerialNumber, StringComparison.InvariantCultureIgnoreCase))// continue;
//if (!string.IsNullOrEmpty(tokenLabel))// if (0 != String.Compare(tokenLabel, tokenInfo.Label, StringComparison.InvariantCultureIgnoreCase))// continue;