Discuss this help topic in SecureBlackbox Forum

TElASiCManifest.References

TElASiCManifest     See also     


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


Returns the references of the manifest.

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

Manifests are used to distinguish between files signed by different signatures. Use this.property to get the list of files, signed by the corresponding Signature.

See also:     ReferenceCount     AddReference     Signature    

Discuss this help topic in SecureBlackbox Forum