Discuss this help topic in SecureBlackbox Forum

TElAuthenticodeSigner.AddAuthenticode

TElAuthenticodeSigner     See also     


Filter: C#/Java  VB.NET  Pascal  C++  PHP  


This method is used to calculate digest of the file.

Declaration

[C#/Java]
    bool AddAuthenticode(TSBAuthenticodeDigestAlgorithm DigestAlgorithm);

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

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

[C++]
    bool AddAuthenticode(TSBAuthenticodeDigestAlgorithm DigestAlgorithm);

[PHP]
    bool AddAuthenticode(integer $DigestAlgorithm)

Parameters

  • DigestAlgorithm - algorithm for digest calculating

Digest Algorithms:


Return value

    Returns True on success, and False otherwise.

Description

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

See also:     AddCertificate     AddSignature     Clear    

Discuss this help topic in SecureBlackbox Forum