|
|
| Login [+] Favor-It | |
| |
 |
| | Sort By:
|
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 |
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 |
This article discusses the importance of security considerations when designing a server application. Author: Jeff Kercher Code: ASP.NET Beta 2 & VB |
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 |
|  | |
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# |
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# |
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# |
|  | |
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 |
Impersonation refers to a process in which a COM object executes with the identity of the entity on behalf of which it is performing work. Author: unknown Code: ASP.NET Beta 2 & VB |
Icon Key >
 - Recently Updated
 - Showcase Listing
|