Discuss this help topic in SecureBlackbox Forum

TElBoxFile.Sha1

TElBoxFile     


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


The SHA1 hash of the file.

Declaration

[C#]
    string Sha1;

[VB.NET]
    Property Sha1 As String

[Pascal]
    property Sha1: string;

[C++]
    void get_Sha1(std::string &OutResult);

[PHP]
    string get_Sha1()

[Java]
    String getSha1();

Description

    Returns the SHA1 hash of the file.

Discuss this help topic in SecureBlackbox Forum