QuickOPC User's Guide and Reference
ClearValidatedCertificates Method



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > EasyUAClient Class : ClearValidatedCertificates Method
Clears the list of validated certificates kept by the component.
Syntax
'Declaration
 
Public Shared Sub ClearValidatedCertificates() 
'Usage
 
EasyUAClient.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.
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