Discuss this help topic in SecureBlackbox Forum

TElCMSSigningCertificate.AddCertID

TElCMSSigningCertificate     See also     


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


Adds an item to the list.

Declaration

[C#]
    int AddCertID();

[VB.NET]
    Function AddCertID() As Integer

[Pascal]
    function AddCertID : integer;

[C++]
    int32_t AddCertID();

[PHP]
    integer AddCertID()

[Java]
    int addCertID();

Return value

    Index of the newly added item in the list.

Description

    Use this method to add a new certificate identifier to the list.

See also:     CertIDs     RemoveCertID    

Discuss this help topic in SecureBlackbox Forum