QuickOPC User's Guide and Reference
ValidateRemoteCertificate Method (DCertificateSecurityHandlerEvents)



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Security.ComTypes Namespace > DCertificateSecurityHandlerEvents Interface : ValidateRemoteCertificate Method
Raised to verify the remote certificate used for authentication.
Syntax
'Declaration
 
<DispIdAttribute(1003)>
Sub ValidateRemoteCertificate( _
   ByVal sender0 As Object, _
   ByVal eventArgs As ValidateCertificateEventArgs _
) 
 
'Usage
 
Dim instance As DCertificateSecurityHandlerEvents
Dim sender0 As Object
Dim eventArgs As ValidateCertificateEventArgs
 
instance.ValidateRemoteCertificate(sender0, eventArgs)

Parameters

sender0
eventArgs
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