Discuss this help topic in SecureBlackbox Forum

TElPDFSignatureInfo.AddRevInfo

TElPDFSignatureInfo     


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


Specifies if revocation checking should be performed.

Declaration

[C#]
    bool AddRevInfo;

[VB.NET]
    Property AddRevInfo As Boolean

[Pascal]
    property AddRevInfo : boolean;

[C++]
    bool get_AddRevInfo();

[PHP]
    bool get_AddRevInfo()

[Java]
    boolean getAddRevInfo();

Description

    If this property is True, the viewing application should check the signing certificate revocation info, and include the revocation information within the signature value.

Discuss this help topic in SecureBlackbox Forum