Discuss this help topic in SecureBlackbox Forum

TElASiCContainer.CAdESSignatures

TElASiCContainer     See also     


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


Returns the container's CAdES signatures.

Declaration

[C#]
    TElASiCCAdESSignature CAdESSignatures[int Index];

[VB.NET]
    Property CAdESSignatures(ByVal Index As Integer) As TElASiCCAdESSignature

[Pascal]
    property CAdESSignatures[Index : integer] : TElASiCCAdESSignature;

[C++]
    not available

[PHP]
    TElASiCCAdESSignature get_CAdESSignatures(integer $Index)

[Java]
    TElASiCCAdESSignature getCAdESSignatures(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 CAdES signature objects in the container.

See also:     CAdESSignatureCount     XAdESSignatures     AddCAdESSignature    

Discuss this help topic in SecureBlackbox Forum