Discuss this help topic in SecureBlackbox Forum

TElASiCContainer.DeleteManifest

TElASiCContainer     See also     


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


Deletes the specified manifest from the ASiC container.

Declaration

[C#]
    void DeleteManifest(TElASiCManifest Manifest, bool DeleteSignature);

[VB.NET]
    Sub DeleteManifest(ByVal Manifest As TElASiCManifest, ByVal DeleteSignature As Boolean)

[Pascal]
    procedure DeleteManifest(Manifest : TElASiCManifest; DeleteSignature : boolean);

[C++]
    not available

[PHP]
    void DeleteManifest(TElASiCManifest $Manifest, bool $DeleteSignature)

[Java]
    void deleteManifest(TElASiCManifest Manifest, boolean DeleteSignature);

Parameters

  • Manifest - specifies the manifest to be deleted.
  • DeleteSignature - specifies if the associated signature should be deleted.

Description

Use this method to delete the specified manifest from the ASiC container.

See also:     AddManifest     Manifests     DeleteSignature    

Discuss this help topic in SecureBlackbox Forum