8 internal static class IntSecurity
14 public static string UnsafeGetFullPath(
string fileName)
Describes a set of security permissions applied to code. This class cannot be inherited.
FileIOPermissionAccess
Specifies the type of file access requested.
Ability to call unmanaged code.
SecurityAction
Specifies the security actions that can be performed using declarative security.
Defines the underlying structure of all code access permissions.
static string GetFullPath(string path)
Returns the absolute path for the specified path string.
FileIOPermissionAccess AllFiles
Gets or sets the permitted access to all files.
static void RevertAssert()
Causes any previous M:System.Security.CodeAccessPermission.Assert for the current frame to be removed...
PermissionState
Specifies whether a permission should have all or no access to resources at creation.
void Assert()
Declares that the calling code can access the resource protected by a permission demand through the c...
Controls the ability to access files and folders. This class cannot be inherited.
SecurityPermissionFlag
Specifies access flags for the security permission object.
Controls access to non-public types and members through the N:System.Reflection APIs....
Performs operations on T:System.String instances that contain file or directory path information....