EldoS
Navigation
Web site
Support
Table Of Contents
>

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElMessageDecryptor.BitsInKey

TElMessageDecryptor     See also    


 

This property contains the encryption key length in bits.

 
 

Declaration

[C#]
    int BitsInKey;

[VB.NET]
    Property BitsInKey As Integer

[Pascal]
    property BitsInKey : integer;

[VB6]
    Property IElMessageDecryptorX.BitsInKey As Long

[ActiveX]
    HRESULT _stdcall IElMessageDecryptorX.BitsInKey([out, retval] long * Value );

[DLL]
    __stdcall int SBMessageDecryptorGetBitsInKey(HANDLE hDecryptor);
 
 

Parameters

  • [DLL]hDecryptor - handle to the TElMessageDecryptor object that was returned by Constructor
 
 

Description

    Check this property to obtain the block cipher key length. This property is meaningful only in cases if Algorithm is set to SB_ALGORITHM_CNT_RC2 or SB_ALGORITHM_CNT_RC4.

 
 

See also:     Algorithm    

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