FileAuthorizationModule Class
Verifies that the user has permission to access the file requested. This class cannot be inherited.
Namespace: System.Web.Security
Assembly: System.Web (in System.Web.dll)
The FileAuthorizationModule type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | CheckFileAccessForUser | Determines whether the user has access to the requested file. |
![]() | Dispose | Releases all resources, other than memory, used by the FileAuthorizationModule. |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Init | Initializes the FileAuthorizationModule object. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
This module provides authorization services against file-system access-control lists (ACLs). When the mode attribute of the authentication Element (ASP.NET Settings Schema) configuration element is set to Windows so that the WindowsAuthenticationModule is being used for the application, the 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 CheckFileAccessForUser method.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.