Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: string Sha1(string)

  • Declared in: RT.Util.Ut

Declaration

public static string Sha1(
    string path
)

Summary

Reads the specified file and computes the SHA1 hash function from its contents.

Parameters

stringpath Path to the file to compute SHA1 hash function from.

Returns

Result of the SHA1 hash function as a string of hexadecimal digits.