Password property
Gets or sets the password of the client certificate file. Read/write. String.
Syntax
fileCert
.Password
where
fileCert
- is an MQTTFileCertificate object.Example
connOption.FileCertificate.Password = "rockwell" ' connOption is an MQTTConnectOption object created by the MQTTFactory object's method CreateConnectOption
Provide Feedback