public static ComputeHash ( this stream, ChecksumAlgorithm hashType = ChecksumAlgorithm.SHA256, long maxBodySize = null ) : byte[] | ||
stream | this | the source stream. Use a MemoryStream if uncertain. |
hashType | ChecksumAlgorithm | the Algorithm to use to compute the hash |
maxBodySize | long | |
Résultat | byte[] |