EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


ElASSMIMEEncryption.BitsInKey

ElASSMIMEEncryption     See also    


 

Specifies length of the symmetric key to be used to encrypt the message.

 
 

Declaration

[C#]
    int BitsInKey;

[VB.NET]
    Property BitsInKey As Integer

[Pascal]
    property BitsInKey : integer;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Description

    Use this property to specify the length of the symmetric key to be used to encrypt the message. This property is useful only when Algorithm is set to SB_ALGORITHM_CNT_RC2 or SB_ALGORITHM_CNT_RC4. The value of this property should be a multiple of 8 and can vary between 32 and 256.

 
 

See also:     Algorithm    

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