verifySignature: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?\]\]" to "{{GameCategory|tkoh|Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma1 |Game name=
| arma1 |Game name=
Line 7: Line 6:


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


| 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. |DESCRIPTION=
____________________________________________________________________________________________


| [[Boolean]] <nowiki>=</nowiki> '''verifySignature''' filename |SYNTAX=
| [[Boolean]] <nowiki>=</nowiki> '''verifySignature''' filename |SYNTAX=
Line 17: Line 14:


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


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


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


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

Revision as of 05:22, 17 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

Bottom Section