Discuss this help topic in SecureBlackbox Forum

TElCMSCertificateRefs.Add

TElCMSCertificateRefs     See also     


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


Adds an item to the list of certificate identifiers.

Declaration

[C#]
    int Add();

[VB.NET]
    Function Add() As Integer

[Pascal]
    function Add : integer;

[C++]
    int32_t Add();

[PHP]
    integer Add()

[Java]
    int add();

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     Remove    

Discuss this help topic in SecureBlackbox Forum