Question:
Hi,
if I use the ChilkatDotNet4.dll (vbnet) and the programmcode:
Dim cert2 As New Chilkat.Cert()
success = crypt.VerifyDetachedSignature("name.txt", "name.cms")
cert2 = crypt.GetLastCert()
the chilkat dll works correct.
if I use the ChilkatDotNet2.dll (last version 12.06.2014) the cert2 is nothing, with no cert.
crypt.LastErrorText = ChilkatLog: - Invalid index
What is going wrong?