HashAlgorithm.Clear Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Releases all resources used by the HashAlgorithm class.
Assembly: mscorlib (in mscorlib.dll)
This method is a simple call to the IDisposable.Dispose method.
Calling Dispose allows the resources used by the HashAlgorithm class to be reallocated for other purposes.
Show: