ClientCertType
Namespace: Busy.Bar
Which client certificate the device uses when connecting to the MQTT backend.
public enum ClientCertType
Inheritance Object → ValueType → Enum → ClientCertType
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| Default | 0 | Uses the device's built-in default client certificate. |
| Custom | 1 | Uses a custom client certificate configured on the device. |
| None | 2 | No client certificate is used. |