Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Signfile.exe signs an executable with a supplied private key.
You can use the following command-line parameters with this tool.
signfile [ parameters ]
Parameters
- -fPEFile
Specifies the file to be signed. - -a
Appends signature to PE File. - -kKeyName
Uses a private key from the named CryptoAPI key container. - -oCfile
Outputs the public key to a file as a C structure. - -sAttribString
Specifies an optional attribute string to be included in signature. For example, you can add a string to indicate the trust level of the application. - -pSignFile
Outputs the signature to a file.
The following command-line example shows how to sign Xyz.dll using the private key in key container TESTKEY1024.
Signfile -fXyz.dll -a -kTESTKEY1024
For more information about this tool, see Signature Creation.
See Also
Last updated on Thursday, February 02, 2006
Send Feedback on this topic to the authors