Hernan de Lahitte's blog.NET Development from the trenchesUser Credentials CommandDialog with SecureString password- November 21, 2005 Now that VS2005 and .NET 2.0 is on the street, I started to port some of my tools and projects from .NET 1.1. Since I was working on authentication in a Winform client application, one of the common scenarios is credential gathering. This is typically a dialog that asks the user credentials when logging on to the application or accessing some restricted area of it. So I went back to get my UICredentialsHelper class in NCrypto project and not only ported to v2.0 but redesign it and added dome...http://weblogs.asp.net/hernandl/archive/2005/11/21/usercredentialsdialog.aspx Permcalc tool and FullTrust issues- November 21, 2005 When I was performing a CAS analysis with the PermCalc tool on some assemblies that I expected to run under a zone with constrained permissions like Intranet, I came across a couple of interesting issues with this very helpful tool. There are two especially useful switches that have this command line tool. One is the -sandbox switch, that reports the minimum permissions an application requires to run (so you can build a sandboxed environment, typically for ClickOnce applications). The...http://weblogs.asp.net/hernandl/archive/2005/11/21/permcalcftissues.aspx |