EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElMessageVerifier.MacAlgorithm

TElMessageVerifier     See also    


 

Specifies MAC-algorithm that was used for signature creation.

 
 

Declaration

[C#]
    int MacAlgorithm;

[VB.NET]
    Property MacAlgorithm As Integer

[Pascal]
    property MacAlgorithm : integer;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Values:

Definition Value Description
SB_ALGORITHM_MAC_HMACSHA1 0x7301 HMAC with SHA-1 message digest
SB_ALGORITHM_MAC_HMACSHA224 0x7302 HMAC with SHA-224 message digest
SB_ALGORITHM_MAC_HMACSHA256 0x7303 HMAC with SHA-256 message digest
SB_ALGORITHM_MAC_HMACSHA384 0x7304 HMAC with SHA-1 message digest
SB_ALGORITHM_MAC_HMACSHA512 0x7305 HMAC with SHA-512 message digest
SB_ALGORITHM_MAC_HMACMD5 0x7306 HMAC with MD5 message digest
SB_ALGORITHM_MAC_HMACRIPEMD 0x7307 HMAC with RIPEMD message digest
Declared in
[.NET] [Pascal]
Namespace: SBConstants
Assembly: SecureBlackbox
Unit: SBConstants

 
 

Description

    This property makes sense only when SignatureType property value is mstMAC.

 
 

See also:     SignatureType    

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