Specifies the encryption mode or algorithm.
enum _L_ENCRYPTION_METHOD
{
L_CRYPT_NONE = 0x00,
L_CRYPT_DES = 0x01,
L_CRYPT_3DES = 0x02,
L_CRYPT_RC4 = 0x03,
L_CRYPT_RC2 = 0x04,
L_CRYPT_IDEA = 0x05,
L_CRYPT_FORTEZZA = 0x06,
L_CRYPT_AES = 0x07,
};
No encryption. Returned if no secure connection is established.
DES encryption.
3DES encryption.
RC4 encryption.
RC2 encryption.
International Data Encryption Algorithm.
Fortezza encryption.
AES (Advanced encryption standard).
LDicomNet::GetEncryptionAlgorithmTLS
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document