CRC32ComputeHash Method (Stream) |
Computes the hash value for the specified Stream.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public byte[] ComputeHash(
Stream inputStream
)
Parameters
- inputStream
- Type: System.IOStream
Return Value
Type:
ByteSee Also