FileAuthorizationModule

FileAuthorizationModule

System.Web.Security (system.web.dll)sealed class

This class is used automatically when you use the WindowsAuthenticationModule class. ASP.NET uses FileAuthorizationModule to determine whether a specified file operation should be allowed or denied, based on the currently authenticated NT user account (and using Access Control Lists (ACLs)).

public sealed class FileAuthorizationModule : System.Web.IHttpModule { // Public Constructors    public FileAuthorizationModule( ); // Public Instance Methods    public void Dispose( );                           // implements System.Web.IHttpModule    public void Init(System.Web.HttpApplication app); // implements System.Web.IHttpModule }


ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net