3 references to IsAccessAllowed
System.Web (3)
Security\FileAuthorizationModule.cs (3)
99bool fAllowed = oSecDesc.IsAccessAllowed(token, iAccess); 212fAllowed = oSecDesc.IsAccessAllowed(context.WorkerRequest.GetUserToken(), iAccess); 231fAllowed = oSecDesc.IsAccessAllowed(context.WorkerRequest.GetUserToken(), iAccess); // don't cache this anywhere