Discuss this help topic in SecureBlackbox Forum

TElXMLEncapsulatedPKIDataList.PKIData

TElXMLEncapsulatedPKIDataList     


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


Returns the selected PKI data piece from the list.

Declaration

[C#]
    TElXMLEncapsulatedPKIData PKIData[int Index];

[VB.NET]
    Property PKIData(ByVal Index As Integer) As TElXMLEncapsulatedPKIData

[Pascal]
    property PKIData[Index : integer] : TElXMLEncapsulatedPKIData;

[C++]
    TElXMLEncapsulatedPKIData* get_PKIData(int32_t Index);

[PHP]
    TElXMLEncapsulatedPKIData get_PKIData(integer $Index)

[Java]
    TElXMLEncapsulatedPKIData getPKIData(int Index);

Parameters

  • Index - The index of desired item 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 PKI data piece from the list.

Discuss this help topic in SecureBlackbox Forum