| ||||||||||||||||||||||||||
FileAuthorizationModule ClassVerifies that the remote user has NT permissions to access the file requested. This class cannot be inherited.
|
||||||||||||||||||||||||||
| Visibility | Name | Parameters | Return Type |
|---|---|---|---|
| public static | CheckFileAccessForUser | ( String virtualPath , IntPtr token , String verb ) | Boolean |
| public | Dispose | ( ) | Void |
| public | Init | ( HttpApplication app ) | Void |
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.
UrlAuthorizationModule Class ASP.NET Authorization
Check out related books at Amazon
© 2000-2008 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 aspxtreme