Exists(cert): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(added info box) |
||
| Line 1: | Line 1: | ||
{{ | {{AdvParamInfo | ||
Checks whether file has any Authenticode attached. | |SYNTAX = exists[cert] | ||
|TITLESYNTAX = exists(cert) | |||
|PREVIOUS = | |||
|VARIANTS = exists[authx509] | |||
|PEVERSION = ??? < 1.5.4.5 | |||
}}Checks whether file has any Authenticode attached. | |||
==Usage== | ==Usage== | ||
exists[cert]=<flag(boolean)> | exists[cert]=<flag(boolean)> | ||
exists[authx509]=<flag(boolean)> | |||
===Examples=== | ===Examples=== | ||
| Line 15: | Line 21: | ||
===Similar parameters=== | ===Similar parameters=== | ||
* [[authx509]] | * [[authx509]] | ||
* [[exists(authx509)]] | * [[exists(authx509)|exists[authx509]]] | ||
===Similar commands=== | ===Similar commands=== | ||
Revision as of 19:05, 21 February 2008
| exists[cert] | |
| Variants | exists[cert] exists[authx509] |
| Previously | |
| Group | [[:Category:Advanced file parameters for {{{GROUP}}}|{{{GROUP}}}]] |
| Version | advcheck.dll ??? < 1.5.4.5 |
[[Category:Advanced file parameters for {{{GROUP}}}]] Checks whether file has any Authenticode attached.
Usage
exists[cert]=<flag(boolean)> exists[authx509]=<flag(boolean)>
Examples
exists[cert]=1
Description
This is the just a more generic name for exists(authx509) currently.