Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
SetIsclMutualAuthenticationKey Method
See Also 
Leadtools.Dicom Namespace > DicomNet Class : SetIsclMutualAuthenticationKey Method




index
Index into the array of authentication keys. This index is 1-based. Possible values for this index are between 1 and 8, inclusive.
key
A 64-bit integer, in Little Endian byte order, that represents an authentication key used during the mutual authentication process.
Sets a mutual authentication key at the specified index in the array of authentication keys.

Syntax

Visual Basic (Declaration) 
Public Sub SetIsclMutualAuthenticationKey( _
   ByVal index As Integer, _
   ByVal key As Long _
) 
Visual Basic (Usage)Copy Code
Dim instance As DicomNet
Dim index As Integer
Dim key As Long
 
instance.SetIsclMutualAuthenticationKey(index, key)
C# 
public void SetIsclMutualAuthenticationKey( 
   int index,
   long key
)
Managed Extensions for C++ 
public: void SetIsclMutualAuthenticationKey( 
   int index,
   long key
) 
C++/CLI 
public:
void SetIsclMutualAuthenticationKey( 
   int index,
   long key
) 

Parameters

index
Index into the array of authentication keys. This index is 1-based. Possible values for this index are between 1 and 8, inclusive.
key
A 64-bit integer, in Little Endian byte order, that represents an authentication key used during the mutual authentication process.

Example

For an example, refer to SetIsclMutualAuthenticationAlgorithm.

Remarks

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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Leadtools.Dicom requires a Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features