|
noexcept |
Performs secure deallocation of a string buffer randomizing its contents. It is designed to be a more secure version of FreeString.
CHAR_TYPE | is a type of the allocated string. Currently the template is defined only for CHAR_TYPE=char and CHAR_TYPE=wchar_t resolving to SecureFreeStringA and SecureFreeStringW respectively. |
pszString | is a pointer to a string buffer to be randomized and freed. |