CRC32ComputeHash(Stream) Method |
Computes the hash value for the specified Stream.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic byte[] ComputeHash(
Stream inputStream
)
Parameters
- inputStream Stream
-
Return Value
Byte
See Also