Discuss this help topic in SecureBlackbox Forum

TElAuthenticodeTimestamp.ActualDigest

TElAuthenticodeTimestamp     See also     


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


Returns the real digest of the signature.

Declaration

[C#]
    byte[] ActualDigest;

[VB.NET]
    Property ActualDigest As Byte()

[Pascal]
    property ActualDigest: ByteArray;

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

[PHP]
    string get_ActualDigest()

[Java]
    byte[] getActualDigest();

Description

    This property returns the actual signature digest value.

See also:     SignatureDigest    

Discuss this help topic in SecureBlackbox Forum