Discuss this help topic in SecureBlackbox Forum

TElCMSRevocationRef.AddCRLID

TElCMSRevocationRef     See also     


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


Adds a CRL identifier to the list.

Declaration

[C#]
    int AddCRLID();

[VB.NET]
    Function AddCRLID() As Integer

[Pascal]
    function AddCRLID : integer;

[C++]
    int32_t AddCRLID();

[PHP]
    integer AddCRLID()

[Java]
    int addCRLID();

Return value

    Index of the newly added item in the list.

Description

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

See also:     CRLIDs     RemoveCRLID    

Discuss this help topic in SecureBlackbox Forum