QuickOPC User's Guide and Reference
RemoveInstanceCertificate Method (_EasyUAClientApplication)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Application.ComTypes Namespace > _EasyUAClientApplication Interface : RemoveInstanceCertificate Method
Removes the instance certificate the application is currently configured to use.
Syntax
'Declaration
 
Sub RemoveInstanceCertificate() 
'Usage
 
Dim instance As _EasyUAClientApplication
 
instance.RemoveInstanceCertificate()
void RemoveInstanceCertificate()
void RemoveInstanceCertificate(); 
Exceptions
ExceptionDescription
An error has occurred during method execution.
Requirements

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

See Also