GetHashString() private méthode

private GetHashString ( [ input, [ algorithm = null ) : string
input [
algorithm [
Résultat string
 public static string GetHashString([NotNull] this byte[] buffer, int offset = 0, int count = -1, [CanBeNull] HashAlgorithm algorithm = null)
 => HashingCryptographyProvider.GetHashString(buffer, offset, count, algorithm);
 public static string GetHashString([NotNull] this string input, [CanBeNull] HashAlgorithm algorithm = null)
 => HashingCryptographyProvider.GetHashString(input, algorithm);