Discuss this help topic in SecureBlackbox Forum

TElAuthenticodeSignature.StatementOID

TElAuthenticodeSignature     See also     


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


Returns the OID of the signature statement type.

Declaration

[C#]
    byte[] StatementOID;

[VB.NET]
    Property StatementOID As Byte()

[Pascal]
    property StatementOID: ByteArray;

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

[PHP]
    string get_StatementOID()

[Java]
    byte[] getStatementOID();

Description

    Use this property to get the OID of the signature statement type.

See also:     StatementType    

Discuss this help topic in SecureBlackbox Forum