Xceed .NET Libraries Documentation
Xceed.Ftp Assembly / Xceed.Ftp Namespace / CertificateReceivedEventArgs Class
Members


In This Topic
    CertificateReceivedEventArgs Class
    In This Topic
    Provides information on the certificate that is received from the FTP server. Note: This class is not available in Xceed FTP for .NET Compact Framework because this product does not support Secure FTP.
    Syntax
    'Declaration
     
    Public Class CertificateReceivedEventArgs 
       Inherits System.EventArgs
    'Usage
     
    Dim instance As CertificateReceivedEventArgs
    public class CertificateReceivedEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          Xceed.Ftp.CertificateReceivedEventArgs

    Public Properties
     NameDescription
    Public PropertyGets or sets the verification action to take when a certificate is received from an FTP server.  
    Public PropertyGets or sets the verification flags used to verify the FTP server's certificate.  
    Public PropertyGets the certificate received from the FTP server.  
    Public PropertyGets the verification status of the certificate received from the FTP server.  
    Top
    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