Xceed .NET Libraries Documentation
QuickFtp.CertificateReceivedCallback Delegate


Xceed.Ftp Assembly > Xceed.Ftp Namespace : QuickFtp.CertificateReceivedCallback Delegate
Delegate for CertificateReceived notification.
Syntax
'Declaration
 
Public Delegate Sub QuickFtp.CertificateReceivedCallback( _
   ByVal serverCertificate As Certificate, _
   ByRef verificationAction As VerificationAction, _
   ByRef verificationFlags As VerificationFlags, _
   ByVal verificationStatus As VerificationStatus _
) 
'Usage
 
Dim instance As New QuickFtp.CertificateReceivedCallback(AddressOf HandlerMethod)
public delegate void QuickFtp.CertificateReceivedCallback( 
   Certificate serverCertificate,
   ref VerificationAction verificationAction,
   ref VerificationFlags verificationFlags,
   VerificationStatus verificationStatus
)

Parameters

serverCertificate
verificationAction
verificationFlags
verificationStatus
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

QuickFtp.CertificateReceivedCallback Members
Xceed.Ftp Namespace