The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
SHA512Managed::Initialize Method ()
.NET Framework (current version)
Initializes an instance of the SHA512Managed class using the managed library.
Assembly: mscorlib (in mscorlib.dll)
The hash is used as a unique value of fixed size representing a large amount of data. Hashes of two sets of data should match if and only if the corresponding data also matches. Small changes to the data result in large unpredictable changes in the hash.
The hash size for the SHA512Managed algorithm is 512 bits.
.NET Framework
Available since 1.1
Available since 1.1
Show: