Can this be simplified to a one liner? Feel free to completely rewrite it as long as secureString gets initialized properly.
SecureString secureString = new
least amount of code because .ToList() is not required for this:
.ToList()
Array.ForEach("fizzbuzz".ToCharArray(), secureString.AppendChar);