Delen via


Hulpprogramma's voor het ondertekenen van stuurprogramma's

The Microsoft Windows Driver Kit (WDK) includes the following tools that you can use to create a code-signing certificate, to sign the catalog file of a driver package, and to embed a signature in a driver file:

CertMgr

Inf2Cat

MakeCat

MakeCert

Pvk2Pfx

SignTool

Deze hulpprogramma's bevinden zich in de volgende mappen:

  • Het hulpprogramma Inf2Cat bevindt zich in de map %WindowsSdkDir%\bin\x86.

  • De andere hulpprogramma's bevinden zich in de mappen voor 32-bits Windows-platforms (%WindowsSdkDir%\bin\x86) en 64-bits Windows-platforms (%WindowsSdkDir%\bin\x64).

Note The Visual Studio environment variable, %WindowsSdkDir%, represents the path to the Windows kits directory where this version of the WDK is installed, for example, C:\Program Files (x86)\Windows Kits\10.

De Microsoft Windows SDK bevat informatie over de services, onderdelen en hulpprogramma's waarmee u cryptografische beveiliging aan uw toepassingen kunt toevoegen. This includes the CertMgr, MakeCert, and SignTool tools.

For more information on signing drivers and driver packages, see Driver Signing.

Zie Ondertekeningsstuurprogramma's tijdens ontwikkeling en testen voor meer informatie over het testen van een stuurprogrammapakket.