Discuss this help topic in SecureBlackbox Forum

TElCustomCRLStorage.Add

TElCustomCRLStorage     See also     


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


Adds CRL to the storage

Declaration

[C#]
    int Add(TElCertificateRevocationList CRL);

[VB.NET]
    Function Add(ByVal CRL As TElCertificateRevocationList) As Integer

[Pascal]
    procedure Add(CRL : TElCertificateRevocationList);

[C++]
    int32_t Add(TElCertificateRevocationList &CRL);
    int32_t Add(TElCertificateRevocationList *CRL);

[PHP]
    integer Add(TElCertificateRevocationList $CRL)

[Java]
    int add(TElCertificateRevocationList arg0);

Parameters

  • CRL - Certificate Revocation List to be added to the storage

Description

    Use this method to add a CRL to the storage.

See also:     CRLs     Clear     Remove    

Discuss this help topic in SecureBlackbox Forum