UseCertificate property
Gets or sets the certificate type. Read/write.
Syntax
connOption
.UseCertificate
where
connOption
- is an MQTTConnectOption object created by the MQTTFactory object's method CreateConnectOption
.Default value
If this property is omitted, it will use its default value, which is
CertificateStore
, meaning MQTT store certificate.Provide Feedback