verifySignature: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<h3 style="display:none">Bottom Section</h3> " to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|MP[Aa]rg|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects...)
Line 1: Line 1:
{{Command|Comments=
{{Command


| arma1 |Game name=
| arma1


|1.00|Game version=
|1.00


|gr1= Mods and Addons |GROUP1=
|gr1= Mods and Addons


| Check if file is signed by any key present in game keys folders. Note: On client, it does not check against the keys accepted by server. |DESCRIPTION=
| Check if file is signed by any key present in game keys folders. Note: On client, it does not check against the keys accepted by server.


| [[Boolean]] <nowiki>=</nowiki> '''verifySignature''' filename |SYNTAX=
| [[Boolean]] <nowiki>=</nowiki> '''verifySignature''' filename


|p1= filename: [[String]] |PARAMETER1=
|p1= filename: [[String]]


| [[Boolean]] |RETURNVALUE=
| [[Boolean]]


|x1= <code>[[verifySignature]] "@MyAddon\Addons\SomeAddon.pbo";</code> |EXAMPLE1=
|x1= <code>[[verifySignature]] "@MyAddon\Addons\SomeAddon.pbo";</code>


|x2= <code>[[verifySignature]] "@MyAddon\Somefnc.dll";</code> |EXAMPLE2=
|x2= <code>[[verifySignature]] "@MyAddon\Somefnc.dll";</code>


| [[ArmA: Addon Signatures]] |SEEALSO=
| [[ArmA: Addon Signatures]]


}}
}}

Revision as of 12:43, 18 January 2021

Hover & click on the images for description

Description

Description:
Check if file is signed by any key present in game keys folders. Note: On client, it does not check against the keys accepted by server.
Groups:
Mods and Addons

Syntax

Syntax:
Boolean = verifySignature filename
Parameters:
filename: String
Return Value:
Boolean

Examples

Example 1:
verifySignature "@MyAddon\Addons\SomeAddon.pbo";
Example 2:
verifySignature "@MyAddon\Somefnc.dll";

Additional Information

See also:
ArmA: Addon Signatures

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes