Frees an unmanaged string pointer that was allocated using the Marshal.SecureStringToCoTaskMemAnsi(System.Security.SecureString) method.
The Marshal.ZeroFreeCoTaskMemAnsi(IntPtr) method first zeros out and then frees unmanaged memory that was allocated using the Marshal.SecureStringToCoTaskMemAnsi(System.Security.SecureString) method.