Click or drag to resize
Hash Class
Provides various hashing utility methods.
Inheritance Hierarchy
SystemObject
  Network.Sim.MiscellaneousHash

Namespace: Network.Sim.Miscellaneous
Assembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static class Hash
Methods
  NameDescription
Public methodStatic memberSha256(Byte)
Calculates the SHA-256 hash value for the specified byte array.
Public methodStatic memberSha256(Stream)
Calculates the SHA-256 hash value for the specified input stream.
Public methodStatic memberSha256(String)
Calculates the SHA-256 hash value for the specified string.
Top
See Also