QuickOPC User's Guide and Reference
Install Method



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > EasyUAClient Class : Install Method
Creates an application instance certificate if it does not exist.
Syntax
'Declaration
 
Public Shared Sub Install() 
'Usage
 
EasyUAClient.Install()
public static void Install()
public:
static void Install(); 
Remarks
You can explicitly call this method as part of installation procedure, with administrative rights so that the necessary operations can be performed.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012 R2, Windows Server 2016; .NET: Linux, macOS, Microsoft Windows

See Also