2 references to IsAccessToFileAllowed
System.Web (2)
Security\FileAuthorizationModule.cs (2)
360
return (UnsafeNativeMethods.
IsAccessToFileAllowed
(_securityDescriptor, iToken, iAccess) != 0);
386
return (UnsafeNativeMethods.
IsAccessToFileAllowed
(secDes, iToken, iAccess) != 0);