System.Security.Permissions.EnvironmentPermissionAttribute.Read Property

Gets or sets read access for the environment variables specified by the string value.

Syntax

public string Read { get; set; }

Value

A string containing one or more environment variables for which read access is secured.

Remarks

Environment variable names are case-insensitive. Multiple environment variable names are specified by separating the names using System.IO.Path.PathSeparator.

Requirements

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