by Marius Gheorghe
14. June 2007 16:32
This is a new type in 2.0 . It's a string, which apparently is created by allocating a block of unmanaged memory (the CLR doesn't know about it) and which encrypts each char. It should be used for safe string handling operations. I stumbled upon it from ProcessStartInfo.