Discuss this help topic in SecureBlackbox Forum

TElCAdESSignatureProcessor.CustomRevocationInfo

TElCAdESSignatureProcessor     See also     


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


Contains user-defined revocation information.

Declaration

[C#]
    TElCAdESRevocationInfo CustomRevocationInfo;

[VB.NET]
    Property CustomRevocationInfo As TElCAdESRevocationInfo

[Pascal]
    property CustomRevocationInfo : TElCAdESRevocationInfo;

[C++]
    TElCAdESRevocationInfo* get_CustomRevocationInfo();

[PHP]
    TElCAdESRevocationInfo get_CustomRevocationInfo()

[Java]
    TElCAdESRevocationInfo getCustomRevocationInfo();

Description

    Use this property to provide user-defined revocation information to the component.

See also:     PerformRevocationCheck    

Discuss this help topic in SecureBlackbox Forum