EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCertificateLookup.PublicKeyHashAlgorithm

TElCertificateLookup    


 

This property specifies the public key digest algorithm.

 
 

Declaration

[C#]
    int PublicKeyHashAlgorithm;

[VB.NET]
    Property PublicKeyHashAlgorithm As Integer;

[Pascal]
    property PublicKeyHashAlgorithm : integer;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Possible hash 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

Possible HMAC algorithms:

[.NET] [Pascal]  Value Description
SB_ALGORITHM_MAC_HMACSHA1 29441 (0x7301) HMAC with SHA-1 digest
SB_ALGORITHM_MAC_HMACSHA224 29442 (0x7302) HMAC with SHA-224 digest
SB_ALGORITHM_MAC_HMACSHA256 29443 (0x7303) HMAC with SHA-256 digest
SB_ALGORITHM_MAC_HMACSHA384 29444 (0x7304) HMAC with SHA-384 digest
SB_ALGORITHM_MAC_HMACSHA512 29445 (0x7305) HMAC with SHA-512 digest
SB_ALGORITHM_MAC_HMACMD5 29446 (0x7306) HMAC with MD5 digest
SB_ALGORITHM_MAC_HMACRIPEMD 29447 (0x7307) HMAC with RIPEMD digest
SB_ALGORITHM_MAC_HMAC 29448 (0x7308) A special value for all HMAC algorithms
Declared in
[.NET] [Pascal]
Namespace: SBConstants
Assembly: SecureBlackbox
Unit: SBConstants

 
 

Description

    Use this property to get or set the public key hash algorithm.

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