adTempus API
ArcanaDevelopment.adTempus.Client Namespace / FtpServer Class / EncryptionType Property


In This Topic
    EncryptionType Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property EncryptionType As FTPEncryptionType
    public FTPEncryptionType EncryptionType {get; set;}
    public:
    property FTPEncryptionType EncryptionType {
       FTPEncryptionType get();
       void set (    FTPEncryptionType value);
    }
    See Also