Class CertificateErrorEventArgs
Provides data for the OnCertificateError event.
Inherited Members
Namespace: ABB.Robotics.Controllers
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public sealed class CertificateErrorEventArgs : EventArgs
Properties
View SourceCertificateErrors
Gets the certificate errors.
Declaration
public IEnumerable<CertificateError> CertificateErrors { get; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<CertificateError> |
ControllerName
Gets the name of the controller;
Declaration
public string ControllerName { get; }
Property Value
| Type | Description |
|---|---|
| string |
IPAddress
Gets the IP address of the controller.
Declaration
public string IPAddress { get; }
Property Value
| Type | Description |
|---|---|
| string |
Response
Gets or sets the response to the certificate error, that will control if the connection is allowed or not.
Declaration
public CertificateErrorResponse Response { get; set; }
Property Value
| Type | Description |
|---|---|
| CertificateErrorResponse |
SystemId
Gets the system ID of the controller;
Declaration
public Guid SystemId { get; }
Property Value
| Type | Description |
|---|---|
| Guid |