Discuss this help topic in SecureBlackbox Forum

TElPDFAdvancedPublicKeySecurityHandler.IncludeRevocationInfoToAdbeAttribute

TElPDFAdvancedPublicKeySecurityHandler     See also     


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


Specifies whether to save revocation info in PDF-compliant form.

Declaration

[C#]
    bool IncludeRevocationInfoToAdbeAttribute;

[VB.NET]
    Property IncludeRevocationInfoToAdbeAttribute As Boolean

[Pascal]
    property IncludeRevocationInfoToAdbeAttribute : boolean;

[C++]
    bool get_IncludeRevocationInfoToAdbeAttribute();
    void set_IncludeRevocationInfoToAdbeAttribute(bool Value);

[PHP]
    bool get_IncludeRevocationInfoToAdbeAttribute()
    void set_IncludeRevocationInfoToAdbeAttribute(bool $Value)

[Java]
    boolean getIncludeRevocationInfoToAdbeAttribute();
    void setIncludeRevocationInfoToAdbeAttribute(boolean Value);

Description

    The format of revocation info in AdES signatures does not comply with PDF standard. If this property is switched on, the revocation info will be saved in both forms. The default value is True.

See also:     CustomRevocationInfo    

Discuss this help topic in SecureBlackbox Forum