←Select platform

SetIsclDefaultEncryptionMode Method

Summary

Sets the encryption mode used by the ISCL operations.

Syntax
C#
VB
C++
public void SetIsclDefaultEncryptionMode( 
   DicomIsclEncryptionMethodType encryptionMode 
) 
Public Sub SetIsclDefaultEncryptionMode( _ 
   ByVal encryptionMode As DicomIsclEncryptionMethodType _ 
)  
public: 
void SetIsclDefaultEncryptionMode(  
   DicomIsclEncryptionMethodType encryptionMode 
)  

Parameters

encryptionMode
The encryption mode to set.

Remarks

This method may be called regardless of whether a connection has been established.

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