EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElASSMIMEEncryption.Algorithm

TElASSMIMEEncryption     See also    


 

Specifies encryption algorithm.

 
 

Declaration

[C#]
    int Algorithm;

[VB.NET]
    Property Algorithm As Integer

[Pascal]
    property Algorithm : integer;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Values:

Definition Value Description
SB_ALGORITHM_CNT_RC4 0x7001 Specifies RC4 algorithm
SB_ALGORITHM_CNT_DES 0x7002 Specifies DES algorithm
SB_ALGORITHM_CNT_3DES 0x7003 Specifies 3DES algorithm
SB_ALGORITHM_CNT_RC2 0x7004 Specifies RC2 algorithm
SB_ALGORITHM_CNT_AES128 0x7005 Specifies AES algorithm with a 128-bit key
SB_ALGORITHM_CNT_AES192 0x7006 Specifies AES algorithm with a 192-bit key
SB_ALGORITHM_CNT_AES256 0x7007 Specifies AES algorithm with a 256-bit key
SB_ALGORITHM_CNT_IDENTITY 0x700A Specifies NO encryption. The data is returned as original.
SB_ALGORITHM_CNT_BLOWFISH 0x7010 Specifies Blowfish algorithm
SB_ALGORITHM_CNT_TWOFISH 0x7011 Specifies Twofish algorithm
SB_ALGORITHM_CNT_CAMELLIA 0x7012 Specifies Camellia algorithm
SB_ALGORITHM_CNT_CAST128 0x7013 Specifies CAST algorithm
SB_ALGORITHM_CNT_IDEA 0x7014 Specifies IDEA algorithm
SB_ALGORITHM_CNT_SERPENT 0x7015 Specifies Serpent algorithm
SB_ALGORITHM_CNT_TWOFISH128 0x7016 Specifies Twofish algorithm with a 128-bit key
SB_ALGORITHM_CNT_TWOFISH192 0x7017 Specifies Twofish algorithm with a 192-bit key
SB_ALGORITHM_CNT_TWOFISH256 0x7018 Specifies Twofish algorithm with a 256-bit key
SB_ALGORITHM_CNT_CAMELLIA128 0x7019 Specifies Camellia algorithm with a 128-bit key
SB_ALGORITHM_CNT_CAMELLIA192 0x701A Specifies Camellia algorithm with a 192-bit key
SB_ALGORITHM_CNT_CAMELLIA256 0x701B Specifies Camellia algorithm with a 256-bit key
SB_ALGORITHM_CNT_SERPENT128 0x701C Specifies Serpent algorithm with a 128-bit key
SB_ALGORITHM_CNT_SERPENT192 0x701D Specifies Serpent algorithm with a 192-bit key
SB_ALGORITHM_CNT_SERPENT256 0x701E Specifies Serpent algorithm with a 256-bit key
SB_ALGORITHM_CNT_SEED 0x7020 Specifies SEED algorithm
SB_ALGORITHM_CNT_RABBIT 0x7021 Specifies Rabbit algorithm
SB_ALGORITHM_CNT_SYMMETRIC 0x7022 Specifies … algorithm
SB_ALGORITHM_CNT_GOST_28147_1989 0x7023 Specifies … algorithm
Declared in
[.NET] [Pascal]
Namespace: SBConstants
Assembly: SecureBlackbox
Unit: SBConstants

 
 

Description

    Use this property to specify the symmetric algorithm to be used for message encryption.

 
 

See also:     BitsInKey    

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