Computes the SHA256 hash for the input data.
'Usage Dim instance As SHA256 'Declaration <ComVisibleAttribute(True)> _ Public MustInherit Class SHA256 _ Inherits HashAlgorithm
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 SHA256 algorithm is 256 bits.
This is an abstract class. The only implementation of this class is SHA256Managed.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.