Usefull .NET 2.0 Features

I am studying C# 2.0 to get myself upto speed with .NET 2.0
I am reading “A Programmers Introduction to C# 2.0 – Apress”

There is a great new class in .NET 2:

System.Security.SecureString

 
This provides a  mutable string that is encrypted in memory.
This is ideal for passwords &c that need to be hidden for prying debuggers.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s