SecureBlackbox

200+ components and classes for all aspects of digital security of your data

Filter: C#/Java  VB.NET  Pascal  ActiveX 


TSSLMode

Declared in    


 

Defines possible modes of SSL session establishment.

   

Declaration

[C#/Java]
    TSSLMode = short;
      smImplicit = 0;
      smExplicit = 1;

[VB.NET]
    TSSLMode As SmallInt
      Const smImplicit As SmallInt = 0;
      Const smExplicit As SmallInt = 1;

[Pascal]
    TSSLMode = (smImplicit, smExplicit);

[VB6]
    not implemented;

[ActiveX]
    not implemented;

   

Description

    Possible values:


   

Declared in

.NET:

  • Not available
VCL:

  • Unit: SBIdFTPIOHandler
Java:
  • Not available
C++:
  • sbidftpiohandler.h
ActiveX:
  • Not available
 
Back to top