LDicomNet::GetIndexForEncryptISCL

#include "ltdic.h"

L_UINT32 LDicomNet::GetIndexForEncryptISCL()

Gets the current index of the encryption key. This function is available in the PACS Imaging toolkits.

Returns

The index for the key used for encryption. This value must be between 1 and 8, inclusively, where 1 represents the first key in the array.

Required DLLs and Libraries

LTDIC

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application

Platforms

Win32, x64

See Also

Functions:

LDicomNet::SetEncryptKeyISCL, LDicomNet::SetDefaultSigningISCL, LDicomNet::SetDefaultEncryptionISCL, LDicomNet::SetAuthDataISCL, LDicomNet::SetMaxCommBlockLengthISCL, LDicomNet::SetMaxMessageLengthISCL, LDicomNet::SetMutualAuthAlgISCL, LDicomNet::SetMutualAuthKeyISCL, LDicomNet::SetIndexForMutualAuthISCL, LDicomNet::GetIndexForMutualAuthISCL, Class Members

Topics:

Adding Security to a DICOM Connection

 

General Integrated Secure Communication Layer (ISCL) Information

Example

For an example, refer to LDicomNet::GetErrorSecure.