CryptoStream.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 CryptoStream.
Assembly: mscorlib (in mscorlib.dll)
This method is a simple call to the IDisposable.Dispose method.
Calling IDisposable.Dispose allows the resources used by the CryptoStream to be reallocated for other purposes.
Show: