EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElDefaultDataStorageSecurityHandler.AuthHashSize

TElDefaultDataStorageSecurityHandler     See also    


 

Specifies size of data authentication hash.

 
 

Declaration

[C#]
    int AuthHashSize;

[VB.NET]
    Property AuthHashSize As Integer

[Pascal]
    property AuthHashSize : integer;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Values:

Definition Value
SB_ALGORITHM_DGST_SHA1 0x7101
SB_ALGORITHM_DGST_MD5 0x7102
SB_ALGORITHM_DGST_MD2 0x7103
SB_ALGORITHM_DGST_SHA256 0x7104
SB_ALGORITHM_DGST_SHA384 0x7105
SB_ALGORITHM_DGST_SHA512 0x7106
SB_ALGORITHM_DGST_RIPEMD160 0x7109
Declared in
[.NET] [Pascal]
Namespace: SBConstants
Assembly: SecureBlackbox
Unit: SBConstants

 
 

Description

    Use this property to specify data authentication hash size.

 
 

See also:     AuthBlockSize     AuthDigestAlgorithm    

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