ClientFile property
Gets or sets the client certificate file. Read/write. String.
Only client files with the
.pfx
extension are supported.Syntax
fileCert
.ClientFile
where
fileCert
- is an MQTTFileCertificate object.Example
connOption.FileCertificate.ClientFile = "C:\Users\Administrator\Desktop\CA\client.pfx" ' connOption is an MQTTConnectOption object created by the MQTTFactory object's method CreateConnectOption
Provide Feedback