LDicomNet::SetMutualAuthKeyISCL

Summary

Sets a mutual authentication key at the specified index in the array. This function is available in the PACS Imaging toolkits.

Syntax

#include "ltdic.h"

L_UINT32 LDicomNet::SetMutualAuthKeyISCL(nIndex, key);

Parameters

L_UINT32 nIndex

Index into the array of authentication keys. This index is 1-based. Possible values for this index are between 1 and 8, inclusive.

L_UINT64 key

A 64-bit integer, in little endian byte order, that represents an authentication key used during the mutual authentication process.

Returns

Value Meaning
DICOM_SUCCESS Success. The specified key was set in the specified position in the keys array.
DICOM_ERROR_PARAMETER A parameter error occurred. nIndex was 0 or bigger than 8.

Comments

One of eight mutual authentication keys can be used for authenticating a peer. For more information, refer to Adding Security to a DICOM Connection and the ISCL standard.

Required DLLs and Libraries

Platforms

Win32, x64

See Also

Functions

Topics

Example

For an example, refer to LDicomNet::IsISCLQueueEmpty.

Help Version 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS DICOM C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.