You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to add support for these kind of files? There is a special signing process for them using PackageDigitalSignatureManager which signs the files in the package, and generates a signed manifest.
I need this too. Hope this feature will be included in the future.
One thing I noticed is that PackageDigitalSignatureManager requires the private key exportable while the azuresigntool works with RSA-HSM.
Is it possible to add support for these kind of files? There is a special signing process for them using PackageDigitalSignatureManager which signs the files in the package, and generates a signed manifest.
https://learn.microsoft.com/en-us/dotnet/api/system.io.packaging.zippackage?view=net-8.0
https://learn.microsoft.com/en-us/dotnet/api/system.io.packaging.packagedigitalsignaturemanager?view=windowsdesktop-8.0
The text was updated successfully, but these errors were encountered: