Discuss this help topic in SecureBlackbox Forum

TElSignedCMSMessage.CRLs

TElSignedCMSMessage     See also     


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


Containes CRLs with revocation information for the certificates which sign the message.

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

    Use this property to retrieve certificate revocation lists (CRLs) with revocation information for signing certificates.

See also:     Certificates    

Discuss this help topic in SecureBlackbox Forum