Discuss this help topic in SecureBlackbox Forum

TElAuthenticodeSignature.FileDigestOID

TElAuthenticodeSignature     See also     


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


Specifies the OID of the file digest algorithm.

Declaration

[C#]
    byte[] FileDigestOID;

[VB.NET]
    Property FileDigestOID As Byte()

[Pascal]
    property FileDigestOID: ByteArray;

[C++]
    void get_FileDigestOID(std::vector<uint8_t> &OutResult);

[PHP]
    string get_FileDigestOID()

[Java]
    byte[] getFileDigestOID();

Description

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

See also:     FileDigestAlgorithm    

Discuss this help topic in SecureBlackbox Forum