Table of Contents

Class UaEndpoint

Namespace
Kepware.Api.Model.Admin
Assembly
Kepware.Api.dll

Represents an OPC UA Endpoint configuration in Kepware.

[Endpoint("/config/v1/admin/ua_endpoints/{name}", null)]
public class UaEndpoint : NamedEntity, IEquatable<BaseEntity>, IHaveOwner, IHaveName
Inheritance
UaEndpoint
Implements
Inherited Members
Extension Methods

Properties

Adapter

Specifies the network adapter to which the endpoint will be bound.

Enabled

Defines if the endpoint is enabled or disabled.

Port

The port number to which the endpoint will be bound.

SecurityBasic128Rsa15

Defines if the endpoint accepts BASIC128_RSA15 encrypted connections (deprecated).

SecurityBasic256

Defines if the endpoint accepts BASIC256 encrypted connections (deprecated).

SecurityBasic256Sha256

Defines if the endpoint accepts BASIC256_SHA256 encrypted connections.

SecurityNone

Defines if the endpoint accepts insecure connections (not recommended).

Url

The generated endpoint URL (read-only).