Discuss this help topic in SecureBlackbox Forum

TElASiCSignature.Contents

TElASiCSignature     See also     


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


Returns the signature contents.

Declaration

[C#]
    byte[] Contents;

[VB.NET]
    Property Contents As Byte()

[Pascal]
    property Contents : ByteArray;

[C++]
    not available

[PHP]
    string get_Contents()
    void set_Contents(array of byte|string|NULL $Value)

[Java]
    byte[] getContents();
    void setContents(byte[] Value);

Description

Use this property to access and modify the contents of the ASIC signature.

See also:     FileName     FileEntry    

Discuss this help topic in SecureBlackbox Forum