Discuss this help topic in SecureBlackbox Forum

TElCMSRevocationRef.RemoveCRLID

TElCMSRevocationRef     See also     


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


Removes a CRL identifier from the list.

Declaration

[C#]
    void RemoveCRLID(int Index);

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

[Pascal]
    procedure RemoveCRLID(Index: integer);

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

[PHP]
    void RemoveCRLID(integer $Index)

[Java]
    void removeCRLID(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 identifier from the list.

See also:     CRLIDs     AddCRLID    

Discuss this help topic in SecureBlackbox Forum