EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


ElAS3SSLOptions.CurrentVersion

ElAS3SSLOptions     See also    


 

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

 
 

Declaration

[C#]
    TSBVersion CurrentVersion;
    TSBVersion = SmallInt;

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

[Pascal]
    property CurrentVersion : TSBVersion;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Values:

[.NET] [Pascal] [ActiveX] [DLL] Description
sbSSL2 = 1 sbSSL2 SB_SSL_2 = 0 SSL version 2
sbSSL3 = 2 sbSSL3 SB_SSL_3 = 1 SSL version 3
sbTLS1 = 4 sbTLS1 SB_TLS_1 = 2 TLS version 1
sbTLS11 = 8 sbTLS11 SB_TLS_11 = 3 TLS version 1.1
sbTLS12 = 16 sbTLS12 SB_TLS_12 = 4 TLS version 1.2
Declared in
[.NET] [Pascal]
Namespace: SBConstants
Assembly: SecureBlackbox
Unit: SBConstants

 
 

Description

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

 
 

See also:     Versions    

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