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