GetHash() приватный Метод

private GetHash ( [ input, [ algorithm = null ) : byte[]
input [
algorithm [
Результат byte[]
 public static byte[] GetHash([NotNull] this Stream inputStream, [CanBeNull] HashAlgorithm algorithm = null)
 => HashingCryptographyProvider.GetHash(inputStream, algorithm);
 public static byte[] GetHash([NotNull] this byte[] buffer, int offset = 0, int count = -1, [CanBeNull] HashAlgorithm algorithm = null)
 => HashingCryptographyProvider.GetHash(buffer, offset, count, algorithm);