Click or drag to resize

MemoryStreamImageProxyComputeStreamHash Method

Overload List
 NameDescription
Public methodStatic memberComputeStreamHash(Byte) Computes the hash of the content of the given stream. The stream must be seekable, since it is positioned to the beginning before calculating the hash. Afterwards, the stream position is undefined.
Public methodStatic memberComputeStreamHash(Stream) Computes the hash of the content of the given stream. The stream must be seekable, since it is positioned to the beginning before calculating the hash. Afterwards, the stream position is undefined.
Top
See Also