Discuss this help topic in SecureBlackbox Forum

TElPDFPublicKeyRevocationInfo.RemoveCRL

TElPDFPublicKeyRevocationInfo     See also     


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


Removes a 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 removed from the list.

Description

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

See also:     AddCRL     CRLs    

Discuss this help topic in SecureBlackbox Forum