Discuss this help topic in SecureBlackbox Forum

TElASiCCAdESSignature.SignatureEntries

TElASiCCAdESSignature     See also     


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


Contains a list of signing certificates and associated data.

Declaration

[C#]
    TElASiCCAdESSignatureEntry SignatureEntries[int Index];

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

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

[C++]
    not available

[PHP]
    TElASiCCAdESSignatureEntry get_SignatureEntries(integer $Index)

[Java]
    TElASiCCAdESSignatureEntry 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; each signature entry represents a signing certificate and associated data.

See also:     AddSignatureEntry     SignatureEntryCount    

Discuss this help topic in SecureBlackbox Forum