SetAuthDataISCL method (ILEADDicomNet)
short SetAuthDataISCL(long hNet, VARIANT *vBuffer, long nLength); | |
Overview |
Remarks
(Medical Imaging Suite only) Sets the authentication data used during the mutual authentication process.
Every ISCL-compliant entity must have between 1 and 128 bytes of authentication data. These authentication data bytes are exchanged between client and server during the mutual authentication process. This method sets an array of 1 to 128 bytes that contains authentication data.
The authentication data is data exchanged in plain text. After the mutual authentication process, the communication entities can verify the authentication data of the other entity (client or server) and, if the authentication data is wrong, can close the connection.
See Also