←Select platform

SetIsclMutualAuthenticationKey Method

Summary

Sets a mutual authentication key at the specified index in the array of authentication keys.

Syntax

C#
VB
C++
public void SetIsclMutualAuthenticationKey( 
   int index, 
   long key 
) 
Public Sub SetIsclMutualAuthenticationKey( _ 
   ByVal index As Integer, _ 
   ByVal key As Long _ 
)  
public: 
void SetIsclMutualAuthenticationKey(  
   int index, 
   int64 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.

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.

Example

For an example, refer to SetIsclMutualAuthenticationAlgorithm.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly