Hits Today: 2 Total: 4651 | Updated: 9/28/2003 | |
 | Passport authentication is a centralized authentication service provided by Microsoft that offers a single logon and core profile services for member sites. This benefits the user because it is no longer necessary to log on to access new protected sites. Author: msdn.microsoft.com Code: ASP.NET v1.0 & VB |
Hits Today: 2 Total: 12295 | Updated: 9/13/2001 | |
 | This article discusses the importance of security considerations when designing a server application. Author: Jeff Kercher Code: ASP.NET Beta 2 & VB |
Hits Today: 1 Total: 10818 | Updated: 3/16/2001 | |
 | As explained earlier, authentication is the process of accepting credentials from a user and validating those credentials against some authority. If the credentials are valid, you have an authenticated identity... Author: unknown Code: ASP.NET Beta 1 & VB |
Hits Today: 2 Total: 17545 | Updated: 5/19/2002 | |
 | This article outlines how things have changed and how FormsAuthentication can be used to secure a Web site with a minimal amount of code.
Author: Jeff Gonzalez Code: ASP.NET v1.0 & VB | |  | |
Hits Today: 1 Total: 11744 | Updated: 4/16/2002 | |
 | This article demonstrates how to implement forms-based authentication by using a database to store the users. Author: Microsoft Code: ASP.NET v1.0 & C# |
Hits Today: 1 Total: 7576 | Updated: 3/9/2004 | |
 | Encryption and hashing are used in this project to solve a common problem faced by many programmers, which is to create a single sign-on across multiple applications, which might be a mix of legacy ASP applications and ASP.NET applications. Author: Ting Huang Code: ASP.NET v2.0 & C# |
Hits Today: 1 Total: 4769 | Updated: 2/3/2004 | |
 | In very many Web applications user data is administered, from Web forum to Web shop. These user data encompass login information of the users which contain the password besides the user name - and this in plain text. A security leak par excellence.
Author: Christoph Wille Code: ASP.NET v2.0 & C# | |  | |
Hits Today: 1 Total: 3718 | Updated: 2/20/2001 | |
 | This is a simple code written by Remas Wojciechowski which shows two password fields usable for your web page. Author: Remas Wojciechowski Code: ASP.NET Beta 1 & VB |
Hits Today: 5 Total: 8355 | Updated: 6/15/2002 | |
 | This useful code sample, written and provided by Karthik Bala, is for use with Authentication in ASP.NET. Author: Karthik Bala Code: ASP.NET v1.0 & VB |
|