EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElMessageEncryptor.BitsInKey

TElMessageEncryptor     See also    


 

This property defines the key length in bits.

 
 

Declaration

[C#]
    int BitsInKey;

[VB.NET]
    Property BitsInKey As Integer

[Pascal]
    property BitsInKey : integer;

[VB6]
    Property IElMessageEncryptorX.BitsInKey As Long

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

[DLL]
    __stdcall BOOL SBMessageEncryptorSetBitsInKey(HANDLE hEncryptor, int Bits);
    __stdcall int SBMessageEncryptorGetBitsInKey(HANDLE hEncryptor);
 
 

Parameters

  • [DLL]hEncryptor - handle to the TElMessageEncryptor object that was returned by Constructor
  • [DLL]Bits - cipher key length in bits.
 
 

Description

    Use this property to specify the key length for the block cipher. This property is meaningful only in cases if Algorithm is set to SB_ALGORITHM_CNT_RC2 or SB_ALGORITHM_CNT_RC4. The value of this property should be a multiple of 8.

 
 

See also:     Algorithm    

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