SignTool.VerifyOptions Type
Verify command options
Record fields
Record Field | Description |
Full Usage:
AllMethods
Field type: bool option
|
Specifies that all methods can be used to verify the file. First, the catalog databases are searched to determine whether the file is signed in a catalog. If the file is not signed in any catalog, SignTool attempts to verify the file's embedded signature. This option is recommended when verifying files that may or may not be signed in a catalog. Examples of files that may or may not be signed include Windows files or drivers. (signtool option: /a)
|
Full Usage:
AllSignatures
Field type: bool option
|
|
Full Usage:
Debug
Field type: bool option
|
|
Full Usage:
PrintDescription
Field type: bool option
|
|
Full Usage:
RootSubjectName
Field type: string option
|
Specifies the name of the subject of the root certificate that the signing certificate must chain to. This value can be a substring of the entire subject name of the root certificate. (signtool option: /r RootSubjectName)
|
|
|
Full Usage:
ToolPath
Field type: string option
|
Path to signtool.exe. If not provided, an attempt will be made to locate it automatically in 'Program Files (x86)\Windows Kits'.
|
Full Usage:
UseDefaultAuthenticationVerificationPolicy
Field type: bool option
|
Specifies that the Default Authentication Verification Policy is used. If the /pa option is not specified, SignTool uses the Windows Driver Verification Policy. This option cannot be used with the catdb options. (signtool option: /pa)
|
Full Usage:
UseMultipleVerificationSemantics
Field type: bool option
|
Uses multiple verification semantics. This is the default behavior of a WinVerifyTrust call. (signtool option: /ms)
|
Full Usage:
UseX64KernelModeDriverSigningPolicy
Field type: bool option
|
Performs the verification by using the x64 kernel-mode driver signing policy. (signtool option: /kp)
|
|
|
Full Usage:
VerifyByOperatingSystemVersion
Field type: string option
|
Verifies the file by operating system version. The version parameter is of the form: PlatformID**:VerMajor.VerMinor.**BuildNumber. The use of the /o switch is recommended. If /o is not specified SignTool may return unexpected results. For example, if you do not include the /o switch, then system catalogs that validate correctly on an older OS may not validate correctly on a newer OS. (signtool option: /o Version)
|
Full Usage:
VerifyIndex
Field type: int option
|
|
Full Usage:
WarnIfNotTimeStamped
Field type: bool option
|
|
Full Usage:
WorkingDir
Field type: string option
|
|
Static members
Static member | Description |
|
|