EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElASReceiptRequest.DigestAlgorithmOnly

TElASReceiptRequest     See also    


 

Defines if only the specified digest algorithm could be used.

 
 

Declaration

[C#]
    bool DigestAlgorithmOnly;

[VB.NET]
    Property DigestAlgorithmOnly As Boolean

[Pascal]
    property DigestAlgorithmOnly : boolean;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Description

    If this property is False, not only specified algorithm may be used to create a signature. For example, if DigestAlgorithm is sdaSHA1 and DigestAlgorithmOnly is False, MD-5 digest algorithm is allowed to be used for signature creation.

 
 

See also:     DigestAlgorithm     DigestAlgorithmRequired    

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