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