Class MqttAuthPacket
Added in MQTTv5.0.0.
public sealed class MqttAuthPacket : MqttPacket
- Inheritance
-
MqttAuthPacket
- Inherited Members
- Extension Methods
Constructors
MqttAuthPacket()
public MqttAuthPacket()
Properties
AuthenticationData
public byte[] AuthenticationData { get; set; }
Property Value
- byte[]
AuthenticationMethod
public string AuthenticationMethod { get; set; }
Property Value
ReasonCode
public MqttAuthenticateReasonCode ReasonCode { get; set; }
Property Value
ReasonString
public string ReasonString { get; set; }
Property Value
UserProperties
public List<MqttUserProperty> UserProperties { get; set; }