Discuss this help topic in SecureBlackbox Forum

TElASiCContainer.Manifests

TElASiCContainer     See also     


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


Returns the manifests of the container.

Declaration

[C#]
    TElASiCManifest Manifests[int Index];

[VB.NET]
    Property Manifests(ByVal Index As Integer) As TElASiCManifest

[Pascal]
    property Manifests[Index : integer] : TElASiCManifest;

[C++]
    not available

[PHP]
    TElASiCManifest get_Manifests(integer $Index)

[Java]
    TElASiCManifest getManifests(int Index);

Parameters

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

Description

A manifest contains additional metadata about the container. The manifests placed in the META-INF folder point to other documents, and, in particular, help to distinguish between the documents signed by different signatures. Signing of manifest file adds protection to the documents.

See also:     AddManifest     DeleteManifest     ManifestCount    

Discuss this help topic in SecureBlackbox Forum