When a project is selected in Solution Explorer, the Properties dialog under the Driver Signing node, displays two sections of properties:
在“常规”下:
Sign Mode
Test Sign - Microsoft Visual Studio should sign the driver with the test certificate specified in Test Certificate (default). If no certificate is specified in Test Certificate then Visual Studio will create one for the driver.
Note: Windows requires all 64-bit drivers to be signed.
Production Sign - Visual Studio should sign the driver with the production certificate specified in Production Certificate.
Off - Visual Studio should not sign the driver with any certificate.
Test Certificate
Blank - No test certificate is selected (default).
<编辑...> - 选择要在 将签名模式 设置为 测试签名时使用的证书。
Production Certificate
Blank - No production certificate is selected (default).
<编辑...> - 选择要在 将签名模式 设置为 生产签名时使用的证书。
TimeStampServer
Verisign - Use Verisign to time stamp the driver (default).
GlobalSign - Use Globalsign to time stamp the driver.
None - Do not time stamp the driver.
Disable Warnings
No - Display warnings when signing the driver (default).
Yes - Do not display warnings when signing the driver.
启用诊断详细程度
No - Do not display diagnostic verbosity when signing the driver (default).
Yes - Display diagnostic verbosity when signing the driver.
文件摘要算法
Blank - No file digest algorithm is selected (default).
<编辑...> - 选择签名驱动程序时要使用的文件摘要算法。
在命令行下:
Additional Options
用于在对驱动程序进行签名时指定的其他选项。