Discuss this help topic in SecureBlackbox Forum

TElCMSRevocationValues.AddCRL

TElCMSRevocationValues     See also     


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


Adds a new CRL to the list.

Declaration

[C#]
    int AddCRL();

[VB.NET]
    Function AddCRL() As Integer

[Pascal]
    function AddCRL : integer;

[C++]
    int32_t AddCRL();

[PHP]
    integer AddCRL()

[Java]
    int addCRL();

Return value

    Index of the newly added item in the list.

Description

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

See also:     CRLs     RemoveCRL    

Discuss this help topic in SecureBlackbox Forum