1 using Microsoft.Win32.SafeHandles;
12 [SecuritySafeCritical]
14 : base(isContainer: false)
33 [SecuritySafeCritical]
36 : base(isContainer: false, fileName, includeSections, isDirectory: false)
38 string fullPathInternal =
Path.GetFullPathInternal(fileName);
45 : base(isContainer: false, handle, includeSections, isDirectory: false)
Describes a set of security permissions applied to code. This class cannot be inherited.
FileIOPermissionAccess
Specifies the type of file access requested.
FileSecurity(string fileName, AccessControlSections includeSections)
Initializes a new instance of the T:System.Security.AccessControl.FileSecurity class from a specified...
Represents the access control and audit security for a file or directory.
Represents the access control and audit security for a file. This class cannot be inherited.
FileSecurity()
Initializes a new instance of the T:System.Security.AccessControl.FileSecurity class.
SecurityAction
Specifies the security actions that can be performed using declarative security.
AccessControlActions
Specifies the actions that are permitted for securable objects.
PermissionState
Specifies whether a permission should have all or no access to resources at creation.
Controls the ability to access files and folders. This class cannot be inherited.
AccessControlSections
Specifies which sections of a security descriptor to save or load.
Performs operations on T:System.String instances that contain file or directory path information....