Forum Discussion
HKosova
Alumni
14 years agoHi Vince,
You can get a file's certificate information using the aqFileSystem.GetFileInfo(path).CertificateInfo object. An example is included in the linked article.
If the information provided by TestComplete's CertificateInfo object isn't enough, you can use other scripting APIs such as the CAPICOM.SignedCode object. You can find an example of using this object in VBScript here.
Hope this helps!
You can get a file's certificate information using the aqFileSystem.GetFileInfo(path).CertificateInfo object. An example is included in the linked article.
If the information provided by TestComplete's CertificateInfo object isn't enough, you can use other scripting APIs such as the CAPICOM.SignedCode object. You can find an example of using this object in VBScript here.
Hope this helps!