Table of Contents

Class MqttClientCertificateSelectionEventArgs

Namespace
MQTTnet.Client
Assembly
MQTTnet.dll
public sealed class MqttClientCertificateSelectionEventArgs : EventArgs
Inheritance
MqttClientCertificateSelectionEventArgs
Inherited Members

Constructors

MqttClientCertificateSelectionEventArgs(string, X509CertificateCollection, X509Certificate, string[], MqttClientTcpOptions)

public MqttClientCertificateSelectionEventArgs(string targetHost, X509CertificateCollection localCertificates, X509Certificate remoteCertificate, string[] acceptableIssuers, MqttClientTcpOptions tcpOptions)

Parameters

targetHost string
localCertificates X509CertificateCollection
remoteCertificate X509Certificate
acceptableIssuers string[]
tcpOptions MqttClientTcpOptions

Properties

AcceptableIssuers

public string[] AcceptableIssuers { get; }

Property Value

string[]

LocalCertificates

public X509CertificateCollection LocalCertificates { get; }

Property Value

X509CertificateCollection

RemoveCertificate

public X509Certificate RemoveCertificate { get; }

Property Value

X509Certificate

TargetHost

public string TargetHost { get; }

Property Value

string

TcpOptions

public MqttClientTcpOptions TcpOptions { get; }

Property Value

MqttClientTcpOptions