Discuss this help topic in SecureBlackbox Forum

TElASiCContainer.XAdESSignatures

TElASiCContainer     See also     


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


Provides access to container's XAdES signatures.

Declaration

[C#]
    TElASiCXAdESSignature XAdESSignatures[int Index];

[VB.NET]
    Property XAdESSignatures(ByVal Index As Integer) As TElASiCXAdESSignature

[Pascal]
    property XAdESSignatures[Index : integer] : TElASiCXAdESSignature;

[C++]
    not available

[PHP]
    TElASiCXAdESSignature get_XAdESSignatures(integer $Index)

[Java]
    TElASiCXAdESSignature getXAdESSignatures(int Index);

Parameters

  • Index - the index of the desired signature in the list. The indexing starts from 0.

Description

This property provides access to individual XAdES signatures in the container.

See also:     AddXAdESSignature     XAdESSignatureCount     CAdESSignatures    

Discuss this help topic in SecureBlackbox Forum