Discuss this help topic in SecureBlackbox Forum

TElAuthenticodeSignature.StatementType

TElAuthenticodeSignature     See also     


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


Returns the signature statement type.

Declaration

[C#]
    TSBAuthenticodeStatementType StatementType;

[VB.NET]
    Property StatementType As TSBAuthenticodeStatementType

[Pascal]
    property StatementType : TSBAuthenticodeStatementType;

[C++]
    TSBAuthenticodeStatementType get_StatementType();

[PHP]
    integer get_StatementType()

[Java]
    TSBAuthenticodeStatementType getStatementType();

TSBAuthenticodeStatementType values

Description

    Use this .property to get this signature statement type (commercial or individual).

See also:     StatementOID    

Discuss this help topic in SecureBlackbox Forum