|
StringExtensionsToUnsecureString Method
|
Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.218-beta+101eee949414e414795e55a6e73d88938f0177b8
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