EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCMSSignature.UseCachedDigests

TElCMSSignature    


 

This property specifies whether to recalculate digests during signature calculation or validation.

 
 

Declaration

[C#]
    bool UseCachedDigests;

[VB.NET]
    Property UseCachedDigests As Boolean

[Pascal]
    property UseCachedDigests : boolean;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Description

    If this property is set to True, digest values will be taken from previous calculations, otherwise they will be recalculated each time the signature is recalculated or validated. This decreases the computational time, but may affect the security.
    Default value is False.

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