Discuss this help topic in SecureBlackbox Forum

TElASiCXAdESSignatureEntry.AddReference

TElASiCXAdESSignatureEntry     See also     


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


Adds a new reference to the list.

Declaration

[C#]
    int AddReference(TElZipArchiveDirectoryEntry Entry);

[VB.NET]
    Function AddReference(ByVal Entry As TElZipArchiveDirectoryEntry) As Integer

[Pascal]
    function AddReference(Entry : TElZipArchiveDirectoryEntry) : integer;

[C++]
    not available

[PHP]
    integer AddReference(TElZipArchiveDirectoryEntry $Entry)

[Java]
    int addReference(TElZipArchiveDirectoryEntry Entry);

Parameters

  • Entry - specifies the archive entry.

Return value

Returns the index of the newly added reference.

Description

Use this method to add a reference to the entry that will be covered by the signature.

See also:     ReferenceCount     References    

Discuss this help topic in SecureBlackbox Forum