Location property
Gets or sets the location of the certificate store. Read/write.
Syntax
storeCert
.Location
where
storeCert
- is an MQTTStoreCertificate object.Default value
If this property is omitted, it will use its default value, which is
StoreLocation_LocalMachine
, meaning the X.509 certificate store assigned to the local computer.Example
connOption.StoreCertificate.Location = StoreLocation_LocalMachine ' connOption is an MQTTConnectOption object created by MQTTFactory object's method CreateConnectOption
Provide Feedback