I would like to create an opc ua client using blazor webassembly. Has anyone done this before?
I tried to create a project starting from this example: https://github.com/OPCFoundation/UA-.NETStandard/blob/master/Applications/ConsoleReferenceClient/Program.cs
but when I perform the application.LoadApplicationConfiguration(silent: false); I get an error: System.Security.Cryptography.X509Certificates is not supported on this platform.
Maybe I need to configure the client to connect differently? maybe without using the certificate?
thanks