Discuss this help topic in SecureBlackbox Forum

TElCAdESRevocationInfo.CRLs

TElCAdESRevocationInfo     See also     


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


Contains the certificate revocation lists.

Declaration

[C#]
    TElMemoryCRLStorage CRLs;

[VB.NET]
    Property CRLs As TElMemoryCRLStorage

[Pascal]
    property CRLs : TElMemoryCRLStorage;

[C++]
    TElMemoryCRLStorage* get_CRLs();

[PHP]
    TElMemoryCRLStorage get_CRLs()

[Java]
    TElMemoryCRLStorage getCRLs();

Description

    This property contains the CRLs for the corresponding certificates.

See also:     Certificates     OCSPResponses    

Discuss this help topic in SecureBlackbox Forum