SecurityHelper.GetSha512HashFromFile method

Version 1.1.28
.NET Framework 4.8
Namespace Skybrud.Essentials.Security
Assembly Skybrud.Essentials.dll

GetSha512HashFromFile(string)

Static

Gets the SHA512 hash of the file specified by the path. The hash is a 128-character hexadecimal number.

public static string GetSha512HashFromFile(string path)

Parameters

path String

The path of the file.

Returns

The hash as a 128-character hexadecimal number.