Click or drag to resize
Galactic API

SHA256 Class

Handles getting and verifying SHA256 hashes. Based on Microsoft's example code.
Inheritance Hierarchy
SystemObject
  Galactic.CryptographySHA256

Namespace:  Galactic.Cryptography
Assembly:  Galactic.Cryptography (in Galactic.Cryptography.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public class SHA256

The SHA256 type exposes the following members.

Constructors
  NameDescription
Public methodSHA256
Initializes a new instance of the SHA256 class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetHash
Hash in input string and return the hash as a 32 character hexadecimal string.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberVerifyHash
Verify a hash against a string.
Top
See Also