SetAuthDataISCL method (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short SetAuthDataISCL(long hNet, VARIANT *vBuffer, long nLength);

Overview

Refer to Adding ISCL Security to a DICOM Connection

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

Elements:

SetDefaultSigningISCL method, SetDefaultEncryptionISCL method, SetMaxCommBlockLengthISCL method, SetMaxMessageLengthISCL method, SetMutualAuthAlgISCL method, SetMutualAuthKeyISCL method, SetIndexForMutualAuthISCL method, SetEncryptKeyISCL method, SetIndexForEncryptISCL method

Topics:

DICOM Security: Working with ISCL