Search Results for

    Show / Hide Table of Contents

    Class CertificateErrorEventArgs

    Provides data for the OnCertificateError event.

    Inheritance
    object
    EventArgs
    CertificateErrorEventArgs
    Inherited Members
    EventArgs.Empty
    Namespace: ABB.Robotics.Controllers
    Assembly: ABB.Robotics.Controllers.PC.dll
    Syntax
    public sealed class CertificateErrorEventArgs : EventArgs

    Properties

    View Source

    CertificateErrors

    Gets the certificate errors.

    Declaration
    public IEnumerable<CertificateError> CertificateErrors { get; }
    Property Value
    Type Description
    IEnumerable<CertificateError>
    View Source

    ControllerName

    Gets the name of the controller;

    Declaration
    public string ControllerName { get; }
    Property Value
    Type Description
    string
    View Source

    IPAddress

    Gets the IP address of the controller.

    Declaration
    public string IPAddress { get; }
    Property Value
    Type Description
    string
    View Source

    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
    View Source

    SystemId

    Gets the system ID of the controller;

    Declaration
    public Guid SystemId { get; }
    Property Value
    Type Description
    Guid
    • View Source
    In this article
    Back to top Copyright © 2026 ABB Robotics