dotnet / pinvoke

A library containing all P/Invoke code so you don't have to import it every time. Maintained and updated to support the latest Windows OS.
MIT License
2.12k stars 222 forks source link

Add support for mssign32.dll #645

Closed drauch closed 1 year ago

drauch commented 1 year ago

Please add support for mssign32.dll, especially SignerSignEx2 and its corresponding structs and helper methods.

Best regards, D.R.

AArnott commented 1 year ago

Please check out CsWin32 which already has this and virtually every other win32 API defined.