Discuss this help topic in SecureBlackbox Forum

TElCMSRevocationRefs.Clear

TElCMSRevocationRefs     See also     


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


This method deletes all elements in the list

Declaration

[C#]
    void Clear();

[VB.NET]
    Sub Clear()

[Pascal]
    procedure Clear;

[C++]
    void Clear();

[PHP]
    void Clear()

[Java]
    void clear();

Description

    Use this method to empty the list of RevocationRef elements.

See also:     Refs     Add     Remove    

Discuss this help topic in SecureBlackbox Forum