Xceed .NET Libraries Documentation
Xceed.Ftp Assembly / Xceed.Ftp Namespace / CertificateReceivedEventArgs Class / Action Property


In This Topic
    Action Property (CertificateReceivedEventArgs)
    In This Topic
    Gets or sets the verification action to take when a certificate is received from an FTP server.
    Syntax
    'Declaration
     
    Public Property Action As VerificationAction
    'Usage
     
    Dim instance As CertificateReceivedEventArgs
    Dim value As VerificationAction
     
    instance.Action = value
     
    value = instance.Action
    public VerificationAction Action {get; set;}

    Property Value

    A VerificationAction value representing the action to take when a certificate is received from an FTP server.
    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