Discuss this help topic in SecureBlackbox Forum

TElASiCXAdESSignature.SignatureEntries

TElASiCXAdESSignature     See also     


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


Provides access to individual signature entries.

Declaration

[C#]
    TElASiCXAdESSignatureEntry SignatureEntries[int Index];

[VB.NET]
    Property SignatureEntries(ByVal Index As Integer) As TElASiCXAdESSignatureEntry

[Pascal]
    property SignatureEntries[Index : integer] : TElASiCXAdESSignatureEntry;

[C++]
    not available

[PHP]
    TElASiCXAdESSignatureEntry get_SignatureEntries(integer $Index)

[Java]
    TElASiCXAdESSignatureEntry getSignatureEntries(int Index);

Parameters

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

Description

Use this property to access the list of signature entries.

See also:     AddSignatureEntry     SignatureEntryCount    

Discuss this help topic in SecureBlackbox Forum