Discuss this help topic in SecureBlackbox Forum

TElPDFPublicKeyRevocationInfo.CRLs

TElPDFPublicKeyRevocationInfo     See also     


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


Returns a desired CRL from the list.

Declaration

[C#]
    TElAbstractCRL CRLs[int Index];

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

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

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

[PHP]
    TElAbstractCRL get_CRLs(integer $Index)

[Java]
    not available

Parameters

  • Index - index of the desired CRL in the list.

Description

    Use this read-only property to retrieve individual Certificate Revocation Lists (CRLs).

See also:     AddCRL     RemoveCRL     CRLCount    

Discuss this help topic in SecureBlackbox Forum