Class CertificateErrorEventArgs
Provides data for the OnCertificateError event.
Inheritance
System.Object
System.EventArgs
CertificateErrorEventArgs
Inherited Members
System.EventArgs.Empty
Namespace: ABB.Robotics.Controllers
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public sealed class CertificateErrorEventArgs : EventArgs
Properties
CertificateErrors
Gets the certificate errors.
Declaration
public IEnumerable<CertificateError> CertificateErrors { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<CertificateError> |
ControllerName
Gets the name of the controller;
Declaration
public string ControllerName { get; }
Property Value
Type | Description |
---|---|
System.String |
IPAddress
Gets the IP address of the controller.
Declaration
public string IPAddress { get; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.Guid |