NetGetChallengeISCL event (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 5.0 example

 

Syntax

void NetGetChallengeISCL(long hNet, VARIANT *nChallenge, VARIANT nParameter);

Overview

Refer to ISCL Protocols

Remarks

(Medical Imaging Suite only) Generates a random number.

The generation of a random number can use a pool of random (or pseudo-random) data. If the pool is empty, the NetGetChallengeISCL event may fail. In this case, try to call GetChallenge later in the application, when some random data has been added to the pool.

If generation of the random number was successful, the event handler should set the ISCLChallengeResponseSuccess property to TRUE. Otherwise keep its value set to FALSE to indicate that generation of the random number was not successful.

See Also

Elements:

NetInternalAuthenticateISCL event

Topics:

DICOM Security: Working with ISCL