SetMutualAuthAlgISCL method (ILEADDicomNet)

VB.NET example

C# example

Visual Basic example

Visual C++ 6.0 example

 

Syntax

short SetMutualAuthAlgISCL(long hNet, long nMutualAuthMode);

Overview

Refer to Adding ISCL Security to a DICOM Connection

Remarks

(Medical Imaging Suite only) Sets the mutual authentication mode. Currently only DICOM_ISCL_MUTUAL_AUTH_3P4W, the three pass four way mutual authentication, is described in the standard. This value is set implicitly at Network startup.

See Also

Elements:

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

Topics:

DICOM Security: Working with ISCL