Discuss this help topic in SecureBlackbox Forum

TElASiCContainer.ASiCSignatures

TElASiCContainer     See also     


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


Returns the container's signatures.

Declaration

[C#]
    TElASiCSignature ASiCSignatures[int Index];

[VB.NET]
    Property ASiCSignatures(ByVal Index As Integer) As TElASiCSignature

[Pascal]
    property ASiCSignatures[Index : integer] : TElASiCSignature;

[C++]
    not available

[PHP]
    TElASiCSignature get_ASiCSignatures(integer $Index)

[Java]
    TElASiCSignature getASiCSignatures(int Index);

Parameters

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

Description

Use this property to access all signatures in the container: CAdES, XAdES and timestamps. This property is introduced for convenience and can be used when, for instance, all signatures in the container need to be enumerated.

See also:     ASiCSignatureCount     CAdESSignatures     XAdESSignatures     Timestamps     DeleteSignature    

Discuss this help topic in SecureBlackbox Forum