verifySignature: Difference between revisions

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


| Check if file is signed by an accepted key. |= 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
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 17: Line 17:
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
|x1= <code>[[verifySignature]] "@MyAddon\Addons\SomeAddon.pbo";</code> |= Example 1
 
|x2= <code>[[verifySignature]] "@MyAddon\Somefnc.dll";</code> |= Example 2
____________________________________________________________________________________________
 
| [[ArmA: Addon Signatures]] |= See also


}}
}}
Line 24: Line 29:
<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
<!-- Note Section END -->
<!-- Note Section END -->
</dl>
</dl>

Revision as of 13:43, 30 April 2014

-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