Can this be simplified to a one liner? Feel free to completely rewrite it as long as secureString gets initialized properly.
SecureString secureString = new
Apart from using unsafe code and a char*, there isn't a (much) better way.
char*
The point here is not to copy SecureString contents to/from normal strings. The constant "fizzbuzz" constant is the security leak here.
"fizzbuzz"