Skip to content

OPC UA Solution .NET - 3.3.0

Compare
Choose a tag to compare
@technosoftware technosoftware released this 05 May 12:45
· 91 commits to release/3.3 since this release
a65c85e

Enhancements

  • Added Role based User management

Changes

  • Improve client for sessions and subscriptions (#167)
  • Moved reference applications to the reference directoy
  • New tutorial examples can be found now in the tutorials directory
  • Added GetApplicationInstanceCertificateExpiryDateAsync()
  • The Technosoftware.UaCore nuget package now includes support again for .NET 4.7.2 and .NET 4.6.2 to be
    able to create custom builds of the solutions
  • Validates the ServerCertificate ApplicationUri to match the ApplicationUri of the Endpoint for an open call (Spec Part 4 5.4.1)
  • Implement OpenSecureChannel in compliance with Spec Part 5.4.1
  • check Application URI of the server Certificate on OpenSecureChannel
  • The ApplicationUri specified in the Server Certificate must match the ApplicationUri provided in the EndpointDescription.