|
TradeMUX SDK Documentation
1.0
TradeMUX SDK Documentation
|
| int CryptEncode | ( | int | method, |
| char[] | data, | ||
| char[] | key, | ||
| out char[] | result | ||
| ) |
Transforms the data from array with the specified method.
| method | Data transformation method. Can be one of the following values:
| ||||||||||||||||
| data | Source array | ||||||||||||||||
| key | Key array | ||||||||||||||||
| result | Destination array |