Discuss this help topic in SecureBlackbox Forum

TElAuthenticodeSignature.FileDigestAlgorithm

TElAuthenticodeSignature     See also     


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


Specifies the algorithm used to digest the file.

Declaration

[C#]
    TSBAuthenticodeDigestAlgorithm FileDigestAlgorithm;

[VB.NET]
    Property FileDigestAlgorithm As TSBAuthenticodeDigestAlgorithm

[Pascal]
    property FileDigestAlgorithm: TSBAuthenticodeDigestAlgorithm;

[C++]
    TSBAuthenticodeDigestAlgorithm get_FileDigestAlgorithm();

[PHP]
    integer get_FileDigestAlgorithm()

[Java]
    TSBAuthenticodeDigestAlgorithm getFileDigestAlgorithm();

TSBAuthenticodeDigestAlgorithm values

Description

    Use this property to get the algorithm used to compute the digest of the file.

See also:     FileDigest     FileDigestOID    

Discuss this help topic in SecureBlackbox Forum