Exists(cert): Difference between revisions

From SpybotWiki
Jump to navigation Jump to search
No edit summary
(added group)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:exists(cert)}}{{AdvFileParam|exists[cert]}}
{{AdvParamInfo
Checks whether file has any Authenticode attached.
|SYNTAX = exists[cert]
|TITLESYNTAX = exists(cert)
|PREVIOUS =
|VARIANTS = exists[authx509]
|PEVERSION = ??? < 1.5.4.5
|GROUP = Authenticity
}}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 22:
===Similar parameters===
===Similar parameters===
* [[authx509]]
* [[authx509]]
* [[exists(authx509)]]
* [[exists(authx509)|exists[authx509]]]


===Similar commands===
===Similar commands===

Latest revision as of 08:53, 22 February 2008

exists[cert]
Variants exists[cert]
exists[authx509]
Previously
Group Authenticity
Version advcheck.dll ??? < 1.5.4.5

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.

See also

Similar parameters

Similar commands