System.Web.Security.FileAuthorizationModule Class

Verifies that the user has permission to access the file requested. This class cannot be inherited.

See Also: FileAuthorizationModule Members

Syntax

public sealed class FileAuthorizationModule : System.Web.IHttpModule

Remarks

This module provides authorization services against file-system access-control lists (ACLs). When the mode attribute of the authentication configuration element is set to Windows so that the System.Web.Security.WindowsAuthenticationModule is being used for the application, the System.Web.Security.FileAuthorizationModule module ensures that the requesting user is allowed read or write access to the resource, depending on the request verb, before executing the request. For more information, see the FileAuthorizationModule.CheckFileAccessForUser(string, IntPtr, string) method.

Requirements

Namespace: System.Web.Security
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0