←Select platform

SetIsclEncryptionKey Method

Summary

Sets an encryption key at the specified index in the array of encryption keys.

Syntax
C#
VB
C++
public void SetIsclEncryptionKey( 
   int index, 
   long key 
) 
Public Sub SetIsclEncryptionKey( _ 
   ByVal index As Integer, _ 
   ByVal key As Long _ 
)  
public: 
void SetIsclEncryptionKey(  
   int index, 
   int64 key 
)  

Parameters

index
Index into the array of encryption 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 encryption key.

Remarks

The index of the encryption key is sent with every message sent from the sender to the receiver. Different encryption keys can be used for each message, as long as the keys of the sender and the receiver match.

Example

For an example, refer to SetIsclMutualAuthenticationAlgorithm.

Requirements

Target Platforms

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

Leadtools.Dicom Assembly