EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElASReceipt.ReceivedContentDigestAlgorithm

TElASReceipt     See also    


 

Specifies digest algorithm for the received content.

 
 

Declaration

[C#]
    TSBASSignatureDigestAlgorithm ReceivedContentDigestAlgorithm;

[VB.NET]
    Property ReceivedContentDigestAlgorithm As TSBASSignatureDigestAlgorithm

[Pascal]
    property ReceivedContentDigestAlgorithm : TSBASSignatureDigestAlgorithm;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Possible algorithms:

[.NET] [Pascal] Description
sdaSHA1 = 0 sdaSHA1 Specifies SHA1 digest
sdaMD5 = 1 sdaMD5 Specifies MD5 digest
Declared in
[.NET] [Pascal]
Namespace: SBASCommon
Assembly: SecureBlackbox.EDI
Unit: SBASCommon

 
 

Description

    Use this property to specify digest algorithm for the received content.

 
 

See also:     ReceivedContentDigest    

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