Working with Digital Certificates in .NET
Use the .NET framework for enumerating and finding certificates, importing, exporting or deleting certificates.
Use the .NET framework for enumerating and finding certificates, importing, exporting or deleting certificates.
The Records Center is an important MOSS (Microsoft Office SharePoint Server) component for companies that need to save critical or legally sensitive information. Discover how to create a Records Center then secure its contents with the MOSS Object Model and one of its default WebServices.
Create a cryptographically random password generator, including options that allow the user to specify allowable characters in the password.
See how a setup project with a custom action lets the user define the connection string using the Data Links dialog and encrypt that connection string using RSA encryption.
The LoginView control added to ASP.NET 2.0 can replace some of the tedious code you've probably got in your ASP.NET 1.x applications.
Employ this function in your e-commerce application to validate the credit card numbers your users enter.
Learn about monitoring the Windows event log for user logon events.
The Static Code Analyzer that ships with Visual Studio Team System, Developer Edition can detect common security issues in native C/C++ code.
The C run-time libraries (CRT) make writing code with buffer overrun vulnerabilities much more likely, but thankfully Visual C++ 2005 provides extended CRT functions that offer the same functionality with a broader safety net.
Learn to develop hook-based key loggers and hook-safe software.
The Microsoft .NET Framework provides imperative and declarative ways to check for proper permissions prior to attempting an action. Learn how and when to use them.
The .NET Framework uses an evidence-based security system. Learn how you can use the security policy to allow or deny actions to assemblies.
Learn about a simple yet elegant way to secure managed assemblies from easy disassembly by using the powerful interoperability features of .NET.
ASP.NET 2.0 provides new classes, methods, and controls that make implementing authentication easy. Learn how to apply the authentication functionalities of the Membership class and its methods into ASP.NET applications.
What is really stopping people from using any .NET assemblies you've created?
Learn how role-based security in .NET works. The sample code shows how to implement a database-driven security model for enterprise applications.
Discover how to deny file i/o access if the user running the application does not have administrator privileges.