If you pull from Mono.Security as a Nuget Package they have a nice AuthenticodeDeformatter class that will verify code signing certificates:var authenticode = new AuthenticodeDeformatter(Filename);authenticode.IsTrusted(); //Should return False if tampered with. 这篇关于在Windows应用程序上验证代码签名证书的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云! 07-04 03:10