PassportAuthenticationModule Class
.NET Framework 3.0
Provides a wrapper around Passport Authentication services. This class cannot be inherited.
Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
'Declaration Public NotInheritable Class PassportAuthenticationModule Implements IHttpModule 'Usage Dim instance As PassportAuthenticationModule
public final class PassportAuthenticationModule implements IHttpModule
public final class PassportAuthenticationModule implements IHttpModule
Not applicable.
You must install the Passport SDK in order to use the.NET Passport classes and methods. Passport SDK version 1.4 is supported but not recommended. Passport SDK version 2.0 is both supported and recommended.
Caution: |
|---|
|
Only Passport SDK version 2.0 is supported under Windows XP. |
The PassportAuthentication_OnAuthenticate event is raised for applications that are designed to attach a custom IPrincipal object to the context. The Passport service itself does the authentication, so that cannot be overridden.
| Topic | Location |
|---|---|
| How to: Implement Passport Authentication in ASP.NET Applications | Building ASP .NET Web Applications |
- AspNetHostingPermission for operating in a hosted environment. Demand value: LinkDemand; Permission value: Minimal.
Community Additions
ADD
Show:
Caution: