Discuss this help topic in SecureBlackbox Forum

TElASiCManifest.Signature

TElASiCManifest     See also     


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


Returns the signature corresponding to the manifest.

Declaration

[C#]
    TElASiCSignature Signature;

[VB.NET]
    Property Signature As TElASiCSignature

[Pascal]
    property Signature : TElASiCSignature;

[C++]
    not available

[PHP]
    TElASiCSignature get_Signature()
    void set_Signature(TElASiCSignature $Value)

[Java]
    TElASiCSignature getSignature();
    void setSignature(TElASiCSignature Signature);

Parameters

  • Signature -

Description

Use this property to get the signature that signs the files referenced by the manifest.

See also:     References    

Discuss this help topic in SecureBlackbox Forum