vcsjones / AzureSignTool

SignTool Library and Azure Key Vault Support
MIT License
272 stars 85 forks source link

improve SignCommand.IsSigned #187

Closed martinh2011 closed 1 year ago

martinh2011 commented 1 year ago

IsSigned checks if the cert it finds actually is a code signing cert. This prevents it from detecting a file as signed which has an embedded non-code signing X509Certificate.

fixes #186