LDicomNet::SetIndexForMutualAuthISCL

Summary

Sets the index of the mutual authentication key to be used during the mutual authentication process. This function is available in the PACS Imaging toolkits.

Syntax

#include "ltdic.h"

L_UINT32 LDicomNet::SetIndexForMutualAuthISCL(nIndex)

Parameters

L_UINT32 nIndex

Index of the key to be used for mutual authentication. Possible values for this index are between 1 and 8, inclusive.

Returns

Value Meaning
DICOM_SUCCESS Success. The key in the specified location in the array was set as the key to use for mutual authentication.
DICOM_ERROR_PARAMETER A parameter error occurred. nIndex was 0 or bigger than 8.

Comments

This function sets the actual key used for mutual authentication operations, based on an index from 1 to 8

Required DLLs and Libraries

Platforms

Win32, x64

See Also

Functions

Topics

Example

For an example, refer to LDicomNet::IsISCLQueueEmpty.

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.