/// <exception cref="System.IO.IOException"/> public virtual string ComputeChecksum(InputStream @in) { return(DigestUtils.Sha256Hex(@in)); }