'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)
[DispId(1003)] void ValidateRemoteCertificate( object sender0, ValidateCertificateEventArgs eventArgs )
[DispId(1003)] void ValidateRemoteCertificate( Object^ sender0, ValidateCertificateEventArgs^ eventArgs )
Parameters
- sender0
The value of this parameter cannot be
null
(Nothing
in Visual Basic).- eventArgs
The value of this parameter cannot be
null
(Nothing
in Visual Basic).