SecureBlackbox

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

Filter: C#/Java  VB.NET  Pascal  C++  


TElSSLClient.CurrentVersion

TElSSLClient     See also     


 

Returns the number of SSL/TLS version used in current session.

 

Declaration

[C#/Java]
    TSBVersion CurrentVersion;
    TSBVersion = short;

[VB.NET]
    Property CurrentVersion As TSBVersion
    TSBVersion As SmallInt

[Pascal]
    property CurrentVersion : TSBVersion;

[C++]
    not implemented;

   

Values:


   

Description

    This read-only property contains the number of the protocol version which is used in current session.

   

See also:     Versions    

 
Back to top