Difference between revisions of "Exists(authx509)"

From SpybotWiki
Jump to: navigation, search
(added group)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:exists(authx509)}}{{AdvFileParam|exists[authx509]}}
+
{{AdvParamInfo
Checks whether file has any Authenticode attached.
+
|SYNTAX = exists[authx509]
 +
|TITLESYNTAX = exists(authx509)
 +
|PREVIOUS =
 +
|VARIANTS = exists[cert]
 +
|PEVERSION = ??? < 1.5.4.5
 +
|GROUP = Authenticity
 +
}}Checks whether file has any Authenticode attached.
  
 
==Usage==
 
==Usage==
 
  exists[authx509]=<flag(boolean)>
 
  exists[authx509]=<flag(boolean)>
 +
exists[cert]=<flag(boolean)>
  
 
===Examples===
 
===Examples===
Line 10: Line 17:
 
===Description===
 
===Description===
 
Checks whether file has any Authenticode attached. Works for Portable Executable files and ''.cab'' archives currently.
 
Checks whether file has any Authenticode attached. Works for Portable Executable files and ''.cab'' archives currently.
 +
 +
At the moment, this is identical to [[exists(cert)|exists[cert]]]. This might change in the future though, with this version reserved to X509 certificates.
  
 
==See also==
 
==See also==
Line 15: Line 24:
 
===Similar parameters===
 
===Similar parameters===
 
* [[authx509]]
 
* [[authx509]]
* [[exists(cert)]]
+
* [[exists(cert)|exists[cert]]]
  
 
===Similar commands===
 
===Similar commands===

Latest revision as of 08:53, 22 February 2008

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

Checks whether file has any Authenticode attached.

Usage

exists[authx509]=<flag(boolean)>
exists[cert]=<flag(boolean)>

Examples

exists[authx509]=1

Description

Checks whether file has any Authenticode attached. Works for Portable Executable files and .cab archives currently.

At the moment, this is identical to exists[cert]. This might change in the future though, with this version reserved to X509 certificates.

See also

Similar parameters

Similar commands