RegistryPermissionAttribute::All Property
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Security.Permissions
Assembly: mscorlib (in mscorlib.dll)
Return to top
Gets or sets full access for the specified registry keys.
Assembly: mscorlib (in mscorlib.dll)
public: [ObsoleteAttribute("Please use the ViewAndModify property instead.")] property String^ All { String^ get(); void set(String^ value); }
Property Value
Type: System::String^A semicolon-separated list of registry key paths, for full access.
| Exception | Condition |
|---|---|
| NotSupportedException | The get accessor is called; it is only provided for C# compiler compatibility. |
Key access implies access to all subkeys and all values.
.NET Framework
Available since 1.1
Available since 1.1
Show: