FileCertificate property
Gets the file certificate. Read-only.
Syntax
connOption
.FileCertificate
where
connOption
- is an MQTTConnectOption object created by the MQTTFactory object's method CreateConnectOption
.Example
connOption.FileCertificate.CAfile = "C:\Users\Administrator\Desktop\CA\rootCA.crt" connOption.FileCertificate.ClientFile = "C:\Users\Administrator\Desktop\CA\client.pfx" connOption.FileCertificate.Password = "rockwell"
Provide Feedback