Discuss this help topic in SecureBlackbox Forum

TElASiCXAdESSignatureEntry.References

TElASiCXAdESSignatureEntry     See also     


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


Contains the list of signed documents.

Declaration

[C#]
    TElASiCDataObjectReference References[int Index];

[VB.NET]
    Property References(ByVal Index As Integer) As TElASiCDataObjectReference

[Pascal]
    property References[Index : integer] : TElASiCDataObjectReference;

[C++]
    not available

[PHP]
    TElASiCDataObjectReference get_References(integer $Index)

[Java]
    TElASiCDataObjectReference getReferences(int Index);

Parameters

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

Description

Use this property to access the list of documents covered by the signature.

See also:     AddReference     ReferenceCount    

Discuss this help topic in SecureBlackbox Forum