EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSecureClient.CurrentVersion

TElSecureClient     See also    


 

Returns the number of 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]
    Property IElSecureClientX.CurrentVersion As TxSBVersion

[ActiveX]

    HRESULT _stdcall IElSecureClientX.CurrentVersion([out, retval] TxSBVersion * Value);

[DLL]
    __stdcall DWORD SBClientGetCurrentVersion(HANDLE handle);
 
 

Parameters

[DLL]handle - handle to the TElSecureClient object that was returned by Constructor

 
 

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-2012, EldoS Corporation