Click or drag to resize
HashSha256 Method (Byte)
Calculates the SHA-256 hash value for the specified byte array.

Namespace: Network.Sim.Miscellaneous
Assembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static string Sha256(
	byte[] bytes
)

Parameters

bytes
Type: SystemByte
The byte array to calculcate the SHA-256 hash value for.

Return Value

Type: String
A SHA-256 hash value.
Exceptions
ExceptionCondition
ArgumentExceptionThrown if the bytes parameter is null.
See Also