verifySignature: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (description modified, example added, see also.)
m (template:command argument fix)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| 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=


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


| [[Boolean]] |= Return value
| [[Boolean]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________


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


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


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


}}
}}

Revision as of 15:51, 7 April 2019

-wrong parameter ("Arma") defined!-1.00
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:
Uncategorised

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