All Tags > .NET
-
Client Certificates
In this session we'll take a look at how we can use X509 certificates to authenticate clients to IIS-hosted web applications. We'll look at picking up details of the client certificate from .NET code and ...
Posted: 26/06/2006 by Dominick Baier
Tags: .NET
-
Impersonation
Windows is inherently multi-threaded, and it is possible that within a single process there are threads running in a security context that differs from that of the process itself. In this session ...Posted: 26/06/2006 by Dominick Baier
Tags: .NET, AJAX, ASP.NET, Security
Windows Communication Foundation: Authorisation
In this session we'll look at some basic mechanisms for authorizing access to service operations that the WCF offers.
Posted: 27/02/2006 by Mike Taulty
ASP.NET Database Connection
This Screencast shows you how to configure your ASP.NET 2.0 Web application to connect to SQL Server 2005 by using Windows authentication. In addition, this Screencast presents an authorisation pattern ...
Posted: 23/02/2006 by Jim Captianino
Tags: .NET, SQL Server
How to Use CAS with ASP.NET
This Screencast explains how you can use code access security policy in ASP.NET 2.0 applications to provide a constrained execution environment for running your Web applications and Web services. This ...
Posted: 23/02/2006 by Marcus Perryman
Tags: .NET, Web Service