Discuss this help topic in SecureBlackbox Forum

TElAuthenticodeSignature.SignatureDigestOID

TElAuthenticodeSignature     See also     


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


Specifies the OID of the signature digest algorithm.

Declaration

[C#]
    byte[] SignatureDigestOID;

[VB.NET]
    Property SignatureDigestOID As Byte()

[Pascal]
    property SignatureDigestOID: ByteArray;

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

[PHP]
    string get_SignatureDigestOID()

[Java]
    byte[] getSignatureDigestOID();

Description

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

See also:     SignatureDigestAlgorithm    

Discuss this help topic in SecureBlackbox Forum