Discuss this help topic in SecureBlackbox Forum

TElXAdESVerifier.CertIDs

TElXAdESVerifier     See also     


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


List of the signature's certificate identifiers.

Declaration

[C#]
    TElXMLCertID CertIDs[int Index];

[VB.NET]
    Property CertIDs(ByVal Index As Integer) As TElXMLCertID

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

[C++]
    TElXMLCertID* get_CertIDs(int32_t Index);

[PHP]
    TElXMLCertID get_CertIDs(integer $Index)

[Java]
    TElXMLCertID getCertIDs(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:     CertIDCount    

Discuss this help topic in SecureBlackbox Forum