EnvironmentPermissionAttribute::All Property

 

Sets full access for the environment variables specified by the string value.

Namespace:   System.Security.Permissions
Assembly:  mscorlib (in mscorlib.dll)

public:
property String^ All {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A list of environment variables for full access.

Exception Condition
NotSupportedException

The get method is not supported for this property.

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

.NET Framework
Available since 1.1
Return to top
Show: