Forum Discussion
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_R
Champion Level 3
5 years agoIt 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.