SecureString::Dispose Method ()
.NET Framework (current version)
Releases all resources used by the current SecureString object.
Assembly: mscorlib (in mscorlib.dll)
The Dispose method writes binary zeroes to the allocated memory that contains the value of this SecureString object, then frees the allocated memory.
For more information, see Garbage Collection.
.NET Framework
Available since 2.0
Available since 2.0
Show: