Discuss this help topic in SecureBlackbox Forum

TElPDFAdvancedPublicKeySecurityHandler.AutoCollectRevocationInfo

TElPDFAdvancedPublicKeySecurityHandler     See also     


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


Specifies whether the handler should automatically collect revocation info.

Declaration

[C#]
    bool AutoCollectRevocationInfo;

[VB.NET]
    Property AutoCollectRevocationInfo As Boolean

[Pascal]
    property AutoCollectRevocationInfo : boolean;

[C++]
    bool get_AutoCollectRevocationInfo();
    void set_AutoCollectRevocationInfo(bool Value);

[PHP]
    bool get_AutoCollectRevocationInfo()
    void set_AutoCollectRevocationInfo(bool $Value)

[Java]
    boolean getAutoCollectRevocationInfo();
    void setAutoCollectRevocationInfo(boolean Value);

Description

    Use this property to specify, if revocation info should be collected automatically. When switched on, the revocation info is available via CustomRevocationInfo property. The default value is True.

See also:     CustomRevocationInfo    

Discuss this help topic in SecureBlackbox Forum