|
StringExtensionsToUnsecureString Method
|
Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
Syntax Remarks
This method is UNSAFE, as it stores your secure string data in clear text in memory.
Since strings are immutable, that memory cannot be cleaned up until all references to
the string are removed and the garbage collector deallocates it. Only use this method
to interface with APIs that do not support the use of
SecureString for
sensitive text data.
See Also