verifySignature: Difference between revisions
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. |= | | 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 |= | | [[Boolean]] <nowiki>=</nowiki> '''verifySignature''' filename |SYNTAX= | ||
|p1= filename: [[String]] |= | |p1= filename: [[String]] |PARAMETER1= | ||
| [[Boolean]] |= | | [[Boolean]] |RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>[[verifySignature]] "@MyAddon\Addons\SomeAddon.pbo";</code> |= | |x1= <code>[[verifySignature]] "@MyAddon\Addons\SomeAddon.pbo";</code> |EXAMPLE1= | ||
|x2= <code>[[verifySignature]] "@MyAddon\Somefnc.dll";</code> |= | |x2= <code>[[verifySignature]] "@MyAddon\Somefnc.dll";</code> |EXAMPLE2= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[ArmA: Addon Signatures]] |= | | [[ArmA: Addon Signatures]] |SEEALSO= | ||
}} | }} |
Revision as of 14:51, 7 April 2019
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
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