Archived Forum Post

Index of archived forum posts

Question:

Problems with Signatur-File .cms

Jul 11 '14 at 03:03

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?