enum _L_CIPHERSUITE
{
TLS_DHE_RSA_WITH_DES_CBC_SHA = 0x12,
TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA = 0x13, // mandatory standard
TLS_DHE_RSA_AES256_SHA = 0x14,
};
The L_CIPHERSUITE data type is used by the LDicomNet::XXXTLS functions to specify the type of ciphersuite used in the TLS Security. Currently, these are the only ciphersuites supported by LEADTOOLS.
Member | Description |
TLS_DHE_RSA_WITH_DES_CBC_SHA | [0x12] Type 2. |
TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA | [0x13] Type 1. |
TLS_DHE_RSA_AES256_SHA | [0x14] Type 3. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET