System.Security.Permissions.FileIOPermissionAttribute.PathDiscovery Property

Gets or sets the file or directory to which to grant path discovery.

Syntax

public string PathDiscovery { get; set; }

Value

A string containing the absolute path of the file or directory for which access to the contents of the path is secured.

Exceptions

TypeReason
ArgumentExceptionThe path information specified for a set operation contains invalid characters or wild card specifiers.

Remarks

Path discovery controls access to the information in the path itself. This helps protect sensitive information in the path, such as user names, as well as information about the directory structure revealed in the path. This value does not grant access to files or folders represented by the path.

Note:

For performance reasons, FileIOPermissionAttribute.PathDiscovery should be granted only to directories, not to files. For example, FileIOPermissionAttribute.PathDiscovery permission should be granted to paths such as C:\test and C:\test\, not to files such as C:\test\example.txt.

This property sets access for a single file or directory. Use additional attributes to specify additional files and directories.

Requirements

Namespace: System.Security.Permissions
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0