Returns SHA1 hash of file
Namespace: TreeksLicensingLibraryAssembly: TreeksLicensingLibrary (in TreeksLicensingLibrary.dll) Version: 1.3.5562.40448
Syntax public string hashOfFile(
string fileToHash
)
Public Function hashOfFile (
fileToHash As String
) As String
public:
virtual String^ hashOfFile(
String^ fileToHash
) sealed
abstract hashOfFile :
fileToHash : string -> string
override hashOfFile :
fileToHash : string -> string
Parameters
- fileToHash
- Type: SystemString
Filesystem path to hashed file
Return Value
Type:
StringString
Remarks See Also