<PackageReference Include="Relativity.Server.Import.SDK" Version="2.9.2" />

Relativity.DataExchange.Helpers.HashingHelper

public static class HashingHelper
It hashes string.
namespace Relativity.DataExchange.Helpers { public static class HashingHelper { public static string CalculateSHA256Hash(string value); } }