asp.net.ph

FileAuthorizationModule Class

System.Web.Security Namespace


Verifies that the remote user has NT permissions to access the file requested. This class cannot be inherited.

FileAuthorizationModule Class Members

Collapse   Constructors

Visibility Constructor Parameters
public FileAuthorizationModule ( )

Collapse   Methods

Visibility Name Parameters Return Type
public static CheckFileAccessForUser ( String virtualPath , IntPtr token , String verb ) Boolean
public Dispose ( ) Void
public Init ( HttpApplication app ) Void

Remarks

The FileAuthorizationModule 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 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.

See Also

UrlAuthorizationModule Class   ASP.NET Authorization Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph