Discuss this help topic in SecureBlackbox Forum

TElCustomCRLStorage.CRLs

TElCustomCRLStorage     See also     


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


Use this property to access individual CRLs by index

Declaration

[C#]
    TElCertificateRevocationList CRLs[int Index];

[VB.NET]
    Property CRLs(ByVal Index As Integer) As TElCertificateRevocationList

[Pascal]
    property CRLs[Index : integer] : TElCertificateRevocationList;

[C++]
    TElCertificateRevocationList* get_CRLs(int32_t Index);

[PHP]
    TElCertificateRevocationList get_CRLs(integer $Index)

[Java]
    not available

Parameters

  • Index - index of the desired CRL in the list. The first item has Index=0, the second has Index=1 and so on.

Description

    Use this read-only property to access individual Certificate Revocation Lists (CRLs) from the storage.

See also:     Count     Add     Remove    

Discuss this help topic in SecureBlackbox Forum