EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCustomTSPClient.HashAlgorithm

TElCustomTSPClient     See also    


 

Specifies hash algorithm for digest calculation.

 
 

Declaration

[C#]
    int HashAlgorithm;

[VB.NET]
    Property HashAlgorithm As Integer

[Pascal]
    property HashAlgorithm: Integer;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Possible algorithms:

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_SHA224 0x7107
SB_ALGORITHM_DGST_MD4 0x7108
SB_ALGORITHM_DGST_RIPEMD160 0x7109
SB_ALGORITHM_DGST_CRC32 0x710A
SB_ALGORITHM_DGST_SSL3 0x710B
SB_ALGORITHM_DGST_GOST_R3411_1994 0x710C
SB_ALGORITHM_DGST_LAST 0x710C
Declared in
[.NET] [Pascal]
Namespace: SBConstants
Assembly: SecureBlackbox
Unit: SBConstants

 
 
 

Description

    Use this property to specify hash algorithm, which was used for digest calculation. The hash (digest) is passed as a parameter to Timestamp method.

 
 

See also:     IncludeCertificates     Timestamp    

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