Discuss this help topic in SecureBlackbox Forum

TElXMLCRLValues.CRLs

TElXMLCRLValues     See also     


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


Declaration

[C#]
    TElCertificateRevocationList CRLs[int Index];

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

[Pascal]
    under development

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

[PHP]
    TElCertificateRevocationList get_CRLs(integer $Index)

[Java]
    not available

Parameters

  • Index - the index of the desired item in the list, starting from 0.

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum