Enum CertificateErrorResponse
Specifies the response of the OnCertificateError event.
Namespace: ABB.Robotics.Controllers
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public enum CertificateErrorResponse
Fields
| Name | Description |
|---|---|
| AcceptOnce | Accept the certificate once. |
| Reject | Reject the certificate and do not connect to the controller. |
| WhiteList | Accept the certificate and add it to a whitelist. |