Discuss this help topic in SecureBlackbox Forum

TElCMSSigningCertificate.RemoveCertID

TElCMSSigningCertificate     See also     


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


This method removes an item from the list.

Declaration

[C#]
    void RemoveCertID(int Index);

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

[Pascal]
    procedure RemoveCertID(Index: integer);

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

[PHP]
    void RemoveCertID(integer $Index)

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

See also:     AddCertID     CertIDs    

Discuss this help topic in SecureBlackbox Forum