AllowUntrustedCertificates property
Gets whether an untrusted certificate is allowed or sets whether to allow an untrusted certificate. Read/write. Boolean.
Syntax
connOption
.AllowUntrustedCertificates
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
False
, meaning an untrusted certificate is not allowed.Provide Feedback