Discuss this help topic in SecureBlackbox Forum

TElCMSRevocationRef.ClearCRLIDs

TElCMSRevocationRef     See also     


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


This method removes all CRL identifiers from the list.

Declaration

[C#]
    void ClearCRLIDs();

[VB.NET]
    Sub ClearCRLIDs()

[Pascal]
    procedure ClearCRLIDs;

[C++]
    void ClearCRLIDs();

[PHP]
    void ClearCRLIDs()

[Java]
    void clearCRLIDs();

Description

    Use this method to empty the list of CRL identifiers.

See also:     CRLIDs     AddCRLID     RemoveCRLID    

Discuss this help topic in SecureBlackbox Forum