Discuss this help topic in SecureBlackbox Forum

TElXMLCertIDList.CertID

TElXMLCertIDList     See also     


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


Returns the selected certificate identifier.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property CertID[Index : integer] : TElXMLCertID;

[C++]
    not available

[PHP]
    not available

[Java]
    TElXMLCertID getCertID(int Index);

Parameters

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

Description

    Use this read-only property to get the selected certificate identifier from the list.

See also:     Count    

Discuss this help topic in SecureBlackbox Forum