QuickOPC User's Guide and Reference
ClearValidatedCertificates Method



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > EasyUAClientCore Class : ClearValidatedCertificates Method
Clears the list of validated certificates kept by the component.
Syntax
'Declaration
 
Public Shared Sub ClearValidatedCertificates() 
'Usage
 
EasyUAClientCore.ClearValidatedCertificates()
public static void ClearValidatedCertificates()
public:
static void ClearValidatedCertificates(); 
Remarks
You may need to call this method e.g. if you change the global certificate acceptance policy.

This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.

Requirements

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

See Also