Discuss this help topic in SecureBlackbox Forum

TElCustomCRLStorage.Remove

TElCustomCRLStorage     See also     


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


Removes a CRL from the storage

Declaration

[C#]
    void Remove(int Index);

[VB.NET]
    Sub Remove(ByVal Index As Integer)

[Pascal]
    procedure Remove(Index : integer);

[C++]
    void Remove(int32_t Index);

[PHP]
    void Remove(integer $Index)

[Java]
    void remove(int arg0);

Parameters

  • Index - Index of the CRL to be removed

Description

    Use this method in derived classes to remove CRLs from the storage. Do not use it in TElCustomCRLStorage class.

See also:     Add     Clear    

Discuss this help topic in SecureBlackbox Forum