EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAuthenticodeSigner.AddAuthenticode

TElAuthenticodeSigner     See also    


 

This method is used to calculate digest of the file.

 
 

Declaration

[C#]
    bool AddAuthenticode(TSBAuthenticodeDigestAlgorithm DigestAlgorithm);

[VB.NET]
    Function AddAuthenticode(ByVal DigestAlgorithm As TSBAuthenticodeDigestAlgorithm) As Boolean

[Pascal]
    function AddAuthenticode(DigestAlgorithm: TSBAuthenticodeDigestAlgorithm): Boolean;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented
 
 

Parameters

  • DigestAlgorithm - algorithm for digest calculating
 
 

Digest Algorithms:

[.NET] [Pascal] Description
acMD5 = 0 acMD5 MD5 digest algorithm
acSHA1 = 1 acSHA1 SHA1 digest algorithm
Declared in
[.NET] [Pascal]
Namespace: SBAuthenticode
Assembly: SecureBlackbox.PKI
Unit: SBAuthenticode

 
 

Return value

    True on success,
    False otherwise.

 
 

Description

    Call this method prior to adding a certificate in order to calculate digest of the file.

 
 

See also:     AddCertificate     AddSignature     Clear    

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