Session_PRNG
This API acts as a Pseudo Random Number Generator (PRNG).
URL
./Session_PRNG
Input Parameters
Parameters | Description |
---|---|
length | The number of random bytes to be generated. |
Sample SOAP Parameters
Output
Hex of random bytes.
Note
The lengths of the returned random bytes are represented in Hex and the length of the Hex value is twice as long as the number of actual bytes.