EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


ElAS3SSLOptions.Mode

ElAS3SSLOptions     See also    


 

Specifies if explicit or implicit SSL mode should be used

 
 

Declaration

[C#]
    TSBSSLMode Mode = 1;
    TSBSSLMode = SmallInt;

[VB.NET]
    Property Mode As TSBSSLMode
    TSBSSLMode As SmallInt

[Pascal]
    property Mode : TSBSSLMode;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Values:

[.NET], [ActiveX] [Pascal] Description
0 smImplicit implicit mode (SSL handshake is done after socket connection)
1 smExplicit explicit mode (AUTH command is used to switch to SSL mode)
Declared in
[.NET] [Pascal] [ActiveX]
Namespace: SBSimpleFTPS
Assembly: SecureBlackbox.FTPS
Unit: SBSimpleFTPS Module: SSLBBoxCli.dll

 
 

Description

    Use this property to specify if explicit or implicit SSL mode should be used to establish secure connection to server. In explicit mode, the client connects to the generic FTP port (21), and then sends AUTH command. In implicit mode, the connection is performed to the dedicated port (usually 990), and immediately starts SSL negotiation (without sending AUTH command).
    Default value is 1 (explicit mode).

 
 

See also:     CurrentCipherSuite     CipherSuites    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2011, EldoS Corporation