StoreCertificate property
Gets the store certificate. Read-only.
Syntax
connOption
.StoreCertificate
where
connOption
- is an MQTTConnectOption object created by the MQTTFactory object's method CreateConnectOption
.Example
connOption.StoreCertificate.Location = StoreLocation_LocalMachine connOption.StoreCertificate.Thumbprint = "3b9bdaf85375752c******588744f7922d841e0c"
Provide Feedback