HashSha256 Method (Stream) |
Calculates the SHA-256 hash value for the specified input stream.
Namespace: Network.Sim.MiscellaneousAssembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static string Sha256(
Stream stream
)
Parameters
- stream
- Type: System.IOStream
A stream to calculate the SHA-256 hash value
for.
Return Value
Type:
StringA SHA-256 hash value.
Exceptions
See Also