Difference between revisions of "Exists(cert)"

From SpybotWiki
Jump to: navigation, search
(added info box)
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
 +
}}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.

See also

Similar parameters

Similar commands