Class MqttSslUtility
- Namespace
- nanoFramework.M2Mqtt
- Assembly
- nanoFramework.M2Mqtt.dll
MQTT SSL utility class
public static class MqttSslUtility
- Inheritance
-
MqttSslUtility
- Inherited Members
Methods
ToSslPlatformEnum(MqttSslProtocols)
Defines the possible versions of Secure Sockets Layer (SSL).
public static SslProtocols ToSslPlatformEnum(MqttSslProtocols mqttSslProtocol)
Parameters
mqttSslProtocol
MqttSslProtocols
Returns
Remarks
Note: Following the recommendation of the .NET documentation, nanoFramework implementation does not have SSL3 nor Default because those are deprecated and unsecure.