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


In This Topic
    Flags Property
    In This Topic
    Gets or sets the verification flags used to verify the FTP server's certificate.
    Syntax
    'Declaration
     
    Public Property Flags As VerificationFlags
    'Usage
     
    Dim instance As CertificateReceivedEventArgs
    Dim value As VerificationFlags
     
    instance.Flags = value
     
    value = instance.Flags
    public VerificationFlags Flags {get; set;}

    Property Value

    A VerificationFlags value representing the verification flags used to verify the FTP server's certificate.
    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