WithStoreCertificate method

Connects to the broker with a store certificate.
Only client certificates with the
.pfx
extension are supported.
Syntax
connOption
.
WithStoreCertificate
(
Location
As MqttCertStoreLocation,
Thumbprint
As String)
where
connOption
- is an MQTTConnectOption object created by the MQTTFactory object's method
CreateConnectOption
.
Location
- is a constant of the MqttCertStoreLocation object.
Thumbprint
- is the thumbprint of the certificate.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal