Table of Contents

Class MqttAuthPacket

Namespace
Azure.Iot.Operations.Protocol.Models
Assembly
Azure.Iot.Operations.Protocol.dll
public sealed class MqttAuthPacket
Inheritance
MqttAuthPacket
Inherited Members

Properties

AuthenticationData

public byte[]? AuthenticationData { get; set; }

Property Value

byte[]

AuthenticationMethod

public string? AuthenticationMethod { get; set; }

Property Value

string

ReasonCode

public MqttAuthenticateReasonCode ReasonCode { get; set; }

Property Value

MqttAuthenticateReasonCode

ReasonString

public string? ReasonString { get; set; }

Property Value

string

UserProperties

public List<MqttUserProperty>? UserProperties { get; set; }

Property Value

List<MqttUserProperty>