Discuss this help topic in SecureBlackbox Forum

TElXMLCertIDList.Add

TElXMLCertIDList     See also     


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


Adds a certificate identifier to the list.

Declaration

[C#]
    int Add(TElXMLCertID ACertID);

[VB.NET]
    Function Add(ByVal ACertID As TElXMLCertID) As Integer

[Pascal]
    function Add(ACertID : TElXMLCertID) : integer;

[C++]
    int32_t Add(TElXMLCertID &ACertID);
    int32_t Add(TElXMLCertID *ACertID);

[PHP]
    integer Add(TElXMLCertID $ACertID)

[Java]
    int add(TElXMLCertID ACertID);

Parameters

  • ACertID - The certificate identifier that should be added to the list.

Return value

    Number of the added item in the list.

Description

    Call this method to add certain certificate identifier to the list.

See also:     CertID     Delete    

Discuss this help topic in SecureBlackbox Forum