AppendEncryptedSecurityData (Stringlist subroutine): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
Line 11: Line 11:
<td><var>Stringlist</var> object</td></tr>
<td><var>Stringlist</var> object</td></tr>
<tr><th><var>Password</var></th>
<tr><th><var>Password</var></th>
<td>string</td></tr>
<td>This optional, [[Notation conventions for methods#Named parameters|name allowed]], parameter is a string that contains a password to decrypt the data, if necessary.</td></tr>
<tr><th><var>Identifier</var></th>
<tr><th><var>Identifier</var></th>
<td>string</td></tr>
<td>string</td></tr>
</table>
</table>
==Usage notes==
==Usage notes==
==Examples==
==Examples==
==See also==
==See also==
{{Template:Stringlist:AppendEncryptedSecurityData footer}}
{{Template:Stringlist:AppendEncryptedSecurityData footer}}

Revision as of 16:32, 29 May 2012

Add RC4 encrypted base64 data to a Stringlist (Stringlist class)

[Requires Janus Network Security]


This page is under construction.

Syntax

sl:AppendEncryptedSecurityData( sl, [Password=] string, - [[Identifier=] string])

Syntax terms

sl Stringlist object
stringlist Stringlist object
Password This optional, name allowed, parameter is a string that contains a password to decrypt the data, if necessary.
Identifier string

Usage notes

Examples

See also