←Select platform

SetIsclIndexForMutualAuthentication Method

Summary

Sets the index of the mutual authentication key to be used during the mutual authentication process.

Syntax
C#
VB
C++
public void SetIsclIndexForMutualAuthentication( 
   int index 
) 
Public Sub SetIsclIndexForMutualAuthentication( _ 
   ByVal index As Integer _ 
)  
public: 
void SetIsclIndexForMutualAuthentication(  
   int index 
)  

Parameters

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

Remarks

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

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