Discuss this help topic in SecureBlackbox Forum

TElCMSRevocationValues.RemoveCRL

TElCMSRevocationValues     See also     


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


Removes the desired CRL from the list.

Declaration

[C#]
    void RemoveCRL(int Index);

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

[Pascal]
    procedure RemoveCRL(Index: integer);

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

[PHP]
    void RemoveCRL(integer $Index)

[Java]
    void removeCRL(int Index);

Parameters

  • Index - index of the item to be deleted. The first item has Index = 0, the second has Index = 1, and so on.

Description

    Use this method to remove the desired CRL from the list.

See also:     CRLs     AddCRL    

Discuss this help topic in SecureBlackbox Forum