Discuss this help topic in SecureBlackbox Forum

TElXAdESProcessor.ExtractAllCRLs

TElXAdESProcessor     See also     


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


This method extracts all CRLs from the signature.

Declaration

[C#]
    void ExtractAllCRLs(TElCustomCRLStorage CRLs);

[VB.NET]
    Sub ExtractAllCRLs(ByVal CRLs As TElCustomCRLStorage)

[Pascal]
    procedure ExtractAllCRLs(CRLs : TElCustomCRLStorage);

[C++]
    void ExtractAllCRLs(TElCustomCRLStorage &CRLs);
    void ExtractAllCRLs(TElCustomCRLStorage *CRLs);

[PHP]
    void ExtractAllCRLs(TElCustomCRLStorage $CRLs)

[Java]
    void extractAllCRLs(TElCustomCRLStorage CRLs);

Parameters

  • CRLs - the storage where the CRLs should be extracted.

Description

    Use this method to extract all CRLs from the electronic signature and place them to the CRLs storage.

See also:     ExtractAllOCSPResponses    

Discuss this help topic in SecureBlackbox Forum