MqttCertStoreLocation constants
Specify the location of the X.509 certificate store.
StoreLocation_CurrentUser
(1) - X.509 certificate store used by the current user.StoreLocation_LocalMachine
(2) - X.509 certificate store assigned to the local computer.Default value
If no constant is specified, it will use its default value, which is
StoreLocation_LocalMachine
.Provide Feedback