6 references to FullControl
System.IO.FileSystem.AccessControl (6)
System\IO\FileSystemAclExtensions.cs (2)
221if ((rights & FileSystemRights.FullControl) == FileSystemRights.FullControl ||
System\Security\AccessControl\FileSystemAccessRule.cs (3)
112if (fileSystemRights < 0 || fileSystemRights > FileSystemRights.FullControl) 121if (fileSystemRights != FileSystemRights.FullControl && 122fileSystemRights != (FileSystemRights.FullControl & ~FileSystemRights.DeleteSubdirectoriesAndFiles))
System\Security\AccessControl\FileSystemAuditRule.cs (1)
87if (fileSystemRights < 0 || fileSystemRights > FileSystemRights.FullControl)