Discuss this help topic in SecureBlackbox Forum

TElPDFBuildData.TrustedMode

TElPDFBuildData     


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


Specifies whether the application was in trusted mode during signing.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property TrustedMode : Boolean;

[C++]
    bool get_TrustedMode();
    void set_TrustedMode(bool Value);

[PHP]
    bool get_TrustedMode()
    void set_TrustedMode(bool $Value)

[Java]
    not available

Description

When true, this property indicates that the software module was operating in a trusted mode when the signature was produced.

Discuss this help topic in SecureBlackbox Forum