Opc.Ua.Core
CertificateValidationEventHandler Delegate



Opc.Ua Namespace : CertificateValidationEventHandler Delegate
Used to handled certificate validation errors.
Syntax
'Declaration
 
Public Delegate Sub CertificateValidationEventHandler( _
   ByVal sender As CertificateValidator, _
   ByVal e As CertificateValidationEventArgs _
) 
'Usage
 
Dim instance As New CertificateValidationEventHandler(AddressOf HandlerMethod)
public delegate void CertificateValidationEventHandler( 
   CertificateValidator sender,
   CertificateValidationEventArgs e
)
public delegate void CertificateValidationEventHandler( 
   CertificateValidator^ sender,
   CertificateValidationEventArgs^ e
)

Parameters

sender
e
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CertificateValidationEventHandler Members
Opc.Ua Namespace