EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElMessageSigner.HashAlgorithm

TElMessageSigner     See also    


 

This property specifies the hash algorithm which will be used to calculate message digest.

 
 

Declaration

[C#]
    int HashAlgorithm;

[VB.NET]
    Property HashAlgorithm As Integer

[Pascal]
    property HashAlgorithm : integer;

[VB6]
    Property IElMessageSignerX.HashAlgorithm As TxSBHashAlgorithm

[ActiveX]
    HRESULT _stdcall IElMessageSignerX.HashAlgorithm([out, retval] TxSBHashAlgorithm * Value );
    HRESULT _stdcall IElMessageSignerX.HashAlgorithm([in] TxSBHashAlgorithm Value );

[DLL]
    __stdcall BOOL SBMessageSignerSetHashAlgorithm(HANDLE hSigner, int Algorithm);
    __stdcall int SBMessageSignerGetHashAlgorithm(HANDLE hSigner);
 
 

Parameters

  • [DLL]hSigner - handle to the TElMessageSigner object that was returned by Constructor
  • [DLL]Algorithm - algorithm which should be used to calculate message digest. Possible algorithm values are listed below.
 
 

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_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 function which should be used to calculate message digest during signing.

 
 

See also:     CertStorage    

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