'Microsoft.WindowsAPICodePack is not signed

VS 2019, .NET Framework 4.8, Visual installer(setup.exe project.msi)

All Exe & DLLs files installed on the user's computer are signed with the Company certificate (C:\Program Files (x86)\Company\APPCompany)

[Digital Signature][1] [1]: https://i.stack.imgur.com/tOQTt.png

But I'm using Microsoft.WindowsAPICodePack.dll & System.Windows.Controls.DataVisualization.Toolkit.dll (Application Extended) , but they are not signed. Someone knows if these 2 are going to be treated as threat when the user makes the installation of the setup.exe file

Thanks in advance



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source