Discuss this help topic in SecureBlackbox Forum

TElCMSRevocationValues.ClearCRLs

TElCMSRevocationValues     See also     


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


This method clears the list of CRLs.

Declaration

[C#]
    void ClearCRLs();

[VB.NET]
    Sub ClearCRLs()

[Pascal]
    procedure ClearCRLs;

[C++]
    void ClearCRLs();

[PHP]
    void ClearCRLs()

[Java]
    void clearCRLs();

Description

    Use this method to remove all CRLs from the list.

See also:     CRLs     AddCRL     RemoveCRL    

Discuss this help topic in SecureBlackbox Forum