Forum Discussion
Marsha_R
Champion Level 3
5 years agoWhat happened when you tried my example? Show the log please.
Jin
5 years agoNew Contributor
I did similar things but using script:
My code like
var certinf0 = aqFileSystem.GetFielInfo(file).CertificateInfo;
then I try to do some comparison like
aqObject.CompareProperty(certinfo.Subject, cmpContains, "some signature", true, 0);
Error occured:
- Marsha_R5 years ago
Champion Level 3
It would be helpful if you try the exact example that I gave you. It is from the documentation and if it does not work for you then it gives us a path to follow.