I wanted to convert PDF file with digital signature from Key Store location, when i am doing with physical pfx file it is working fine but when i am using key store location getting below error, In your blogs i found same error in 2011 it says is fixed in next release, please refer link.
Is there any chance can you please give me the sample code.
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.get_Item(Int32 index)
at ..(Byte[] , , , TimestampSettings , Boolean )
at .. (Byte[] , Stream , String )
at . (String , , , Stream , String , , TimestampSettings )
at . (String , , , Stream , String )
at Aspose.Pdf.Forms.Signature.(String , Stream , String )
at Aspose.Pdf.Forms.SignatureField.Sign(Signature signature, Stream pfx, String pass)
at Aspose.Pdf.Forms.SignatureField.Sign(Signature signature)
at Aspose.Pdf.Facades.PdfFileSignature.(Stream , Stream , String )
at Aspose.Pdf.Facades.PdfFileSignature.Save(Stream outputStream)
at Aspose.Pdf.Facades.PdfFileSignature.Save(String outputFile)
Thanks,
Hari