M Mitch Wheat Mar 1, 2006 #2 If you want fine grained control import the System.Security.Cryptography namespace. Otherwise, take a look at the Enterprise application block, which contains nicely wrapped methods. Mitch
If you want fine grained control import the System.Security.Cryptography namespace. Otherwise, take a look at the Enterprise application block, which contains nicely wrapped methods. Mitch
C Chris Dunaway Mar 1, 2006 #3 If you merely want asterisks to appear in a textbox when the user types a password, for example, you can set the PasswordChar property to "*".
If you merely want asterisks to appear in a textbox when the user types a password, for example, you can set the PasswordChar property to "*".