Thumbprint property
Gets or sets the thumbprint of the certificate. Read/write. String.
Syntax
storeCert
.Thumbprint
where
storeCert
- is an MQTTStoreCertificate object.Example
connOption.StoreCertificate.Thumbprint = "3b9bdaf85375752c******588744f7922d841e0c" ' connOption is an MQTTConnectOption object created by MQTTFactory object's method CreateConnectOption
Provide Feedback