Discuss this help topic in SecureBlackbox Forum

TElCMSRevocationRef.Import

TElCMSRevocationRef     See also     


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


Loads revocation information from the given lists of CRLs and OCSP responses.

Declaration

[C#]
    void Import(ArrayList CRLList, ArrayList OCSPList);

[VB.NET]
    Sub Import(ByVal CRLList As ArrayList, ByVal OCSPList As ArrayList)

[Pascal]
    procedure Import(CRLList, OCSPList : TList);

[C++]
    void Import(TList &CRLList, TList &OCSPList);
    void Import(TList *CRLList, TList *OCSPList);

[PHP]
    void Import(TList $CRLList, TList $OCSPList)

[Java]
    void import(ArrayList CRLList, ArrayList OCSPList);

Parameters

  • CRLList - CRLs to be imported
  • OCSPList - OCSP identifiers to be imported

Description

    Use this method to load CRL and OCSP response identifiers from the lists of CRLs and OCSP identifiers.

See also:     CRLIDs     OCSPIDs    

Discuss this help topic in SecureBlackbox Forum