SetEncryptKeyISCL method (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short SetEncryptKeyISCL(long hNet, long nIndex, VARIANT AuthKey);

Overview

Refer to Adding ISCL Security to a DICOM Connection

Remarks

(Medical Imaging Suite only) Sets an encryption key at the specified index in the array.

The index of the encryption key is sent with every message sent from the sender to the receiver. Different encryption keys can be used for each message, as long as the keys of the sender and the receiver match.

See Also

Elements:

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

Topics:

DICOM Security: Working with ISCL