Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 474 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 474 Bytes

OPC_SERVER_DotNet_Explorer

minimal OPC server written in dotnet core

to avoide the certificate distribution add "%CommonApplicationData%" in Secuirit configuration for storing the certificate from where Client cann consume. like :- <StorePath>OPC Foundation\CertificateStores\MachineDefault</StorePath>
must convert into, <StorePath>%CommonApplicationData%\OPC Foundation\CertificateStores\MachineDefault</StorePath>