CAfile property
Gets or sets the CA certificate file. Read/write. String.
Syntax
fileCert
.CAfile
where
fileCert
- is an MQTTFileCertificate object.Example
connOption.FileCertificate.CAfile = "C:\Users\Administrator\Desktop\CA\rootCA.crt" ' connOption is an MQTTConnectOption object created by the MQTTFactory object's method CreateConnectOption
Provide Feedback