verifySignature: Difference between revisions
Jump to navigation
Jump to search
m (Text replace - "{{uc:{{PAGENAME}}}}" to "{{uc:{{PAGENAME}}}} {{uc:{{PAGENAME}}}}") |
m (description modified, example added, see also.) |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Check if file is signed by | | 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: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | |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 12:43, 30 April 2014
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